ironic-python-agent/releasenotes/notes/tinyipa-ssh-e8a3a01a3f3ff5f4.yaml
Pavlo Shchelokovskyy 2136ded582 Enable SSH access to tinyipa
might be useful sometimes,
for example debugging in normal terminal is usually more pleasant
than in QEMU console.

Add env variables `ENABLE_SSH` and `SSH_PUBLIC_KEY`,
documentation is amended accordingly.

Change-Id: I71352c2087e1fb9a7174affb78fe695932a924d7
2016-09-19 19:02:55 +03:00

7 lines
223 B
YAML

---
other:
- When building the TinyIPA ramdisk, it is now possible to enable SSH
access to it.
Use ``ENABLE_SSH`` and ``SSH_PUBLIC_KEY`` environment variables
for that (see TinyIPA's README for more details).