mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
docs/ssh: Add note about connecting to passwordless machines.
This commit is contained in:
parent
4f10387688
commit
ea9f9c878b
@ -135,6 +135,9 @@ Connection Types
|
|||||||
:param username: username for SSH login
|
:param username: username for SSH login
|
||||||
:param password: password for the SSH connection
|
:param password: password for the SSH connection
|
||||||
|
|
||||||
|
.. note:: To connect to a system without a password this
|
||||||
|
parameter should be set to an empty string otherwise
|
||||||
|
ssh key authentication will be attempted.
|
||||||
.. note:: In order to user password-based authentication,
|
.. note:: In order to user password-based authentication,
|
||||||
``sshpass`` utility must be installed on the
|
``sshpass`` utility must be installed on the
|
||||||
system.
|
system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user