Files
5a96e0a93769a9a463f772568a1e077cbf99762a
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
7 lines
223 B
YAML
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).