How does one set sshd_authenticationmethods
to include password authentication?
#686
Labels
sshd_authenticationmethods
to include password authentication?
#686
Description
Good afternoon,
Pardon me for posting this as a bug, but I'm having trouble setting password authentication in addition to the default public key as another auth method. However, I can't set the variable correctly.
Config:
Here are values I've tried for
sshd_authenticationmethods
, I even didpublickey
to see if it wouldn't break ansible, but still it did:- publickey
- `publickey`
- publickey password
- publickey,password
- password
['publickey', 'password']
The error each time I substituted the auth method (this happens to display
publickey
but just substitute from the bullet list above:How does one provide passwords in addition to public key authentication for SSH? The default value is simply
publickey
so not sure where I am going wrong.Thank you,
Dan
Reproduction steps
Current Behavior
...
Expected Behavior
...
OS / Environment
Ansible Version
Collection Version
Additional information
...
The text was updated successfully, but these errors were encountered: