1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

descriptor/ssh: Add note to password parameter for passwordless target

For a passwordless target the `password` parameter needs to be set to an
empty string to prevent attempting ssh key authentication.
This commit is contained in:
Marc Bonnici 2020-05-12 17:36:37 +01:00
parent 16be8a70f5
commit e2489ea3a0

View File

@ -317,6 +317,8 @@ CONNECTION_PARAMS = {
'password', kind=str, 'password', kind=str,
description=""" description="""
Password to use. Password to use.
(When connecting to a passwordless machine set to an
empty string to prevent attempting ssh key authentication.)
"""), """),
Parameter( Parameter(
'keyfile', kind=str, 'keyfile', kind=str,