1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

docs/ssh: Add note about connecting to passwordless machines.

This commit is contained in:
Marc Bonnici 2020-05-12 17:31:30 +01:00
parent 4f10387688
commit ea9f9c878b

View File

@ -135,6 +135,9 @@ Connection Types
:param username: username for SSH login
: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,
``sshpass`` utility must be installed on the
system.