Is there a way to fallback to password authentication and ignore the ssh-agent?
1Password Version: Not ProvidedExtension Version: Not ProvidedOS Version: Not Provided Browser:_ Not Provided
Yes, you can use the PreferredAuthentications field in the SSH config. For example:
PreferredAuthentications
Host some-host-to-authenticate-with-server-password PreferredAuthentications password Host some-host-with-server-password-fallback PreferredAuthentications publickey,password
Interesting, that has no affect for me.
Comments
Team Member
Yes, you can use the
PreferredAuthentications
field in the SSH config. For example:Interesting, that has no affect for me.