You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using v1.26.1 when connecting to instances of sshd that request keyboard-interactive authentication (instead of password authentication) I get prompted twice for a password.
e.g.
It doesn't matter what I enter with the first prompt (I can also hit ESC or ENTER) - only the second prompt matters (Vault Password in this case).
FYI: Using a standard ssh client with identical user and host I get only prompted once with Vault Password:.
My current workaround is to provide a dummy password in the config e.g. password: "none".
Would be great if this could be improved so it works OOTB e.g. with default config property password: true.
The text was updated successfully, but these errors were encountered:
Using v1.26.1 when connecting to instances of sshd that request
keyboard-interactive
authentication (instead ofpassword
authentication) I get prompted twice for a password.e.g.
It doesn't matter what I enter with the first prompt (I can also hit ESC or ENTER) - only the second prompt matters (
Vault Password
in this case).FYI: Using a standard ssh client with identical user and host I get only prompted once with
Vault Password:
.My current workaround is to provide a dummy password in the config e.g.
password: "none"
.Would be great if this could be improved so it works OOTB e.g. with default config property
password: true
.The text was updated successfully, but these errors were encountered: