Fix instructions for enabling SSH on recent tinyipa images
We need to use AUTHORIZE_SSH since ENABLE_SSH was fully removed in change I4256c8e89923c7104cb4191f3381312c1593b535. Change-Id: I5c643b1ae8819b02b667b2df13241753ddca5743
This commit is contained in:
parent
9f8fa2853a
commit
11862ccae9
@ -40,10 +40,10 @@ tinyipa
|
|||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
If you want to enable SSH access to the image,
|
If you want to enable SSH access to the image,
|
||||||
set ``ENABLE_SSH`` variable in your shell to ``true`` before building
|
set ``AUTHORIZE_SSH`` variable in your shell to ``true`` before building
|
||||||
the tinyipa image::
|
the tinyipa image::
|
||||||
|
|
||||||
export ENABLE_SSH=true
|
export AUTHORIZE_SSH=true
|
||||||
|
|
||||||
By default it will use default public RSA (or, if not available, DSA)
|
By default it will use default public RSA (or, if not available, DSA)
|
||||||
key of the user running the build (``~/.ssh/id_{rsa,dsa}.pub``).
|
key of the user running the build (``~/.ssh/id_{rsa,dsa}.pub``).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user