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:
parent
16be8a70f5
commit
e2489ea3a0
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user