1Password on Mastodon

How to fall back to password authentication when using the SSH-Agent

phatmandrakephatmandrake
Community Member
edited March 13 in SSH

Is there a way to fallback to password authentication and ignore the ssh-agent?


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided

Comments

  • floris_1Pfloris_1P

    Team Member

    Yes, you can use the PreferredAuthentications field in the SSH config. For example:

    Host some-host-to-authenticate-with-server-password
       PreferredAuthentications password
    
    Host some-host-with-server-password-fallback
      PreferredAuthentications publickey,password
    
  • phatmandrakephatmandrake
    Community Member
    edited March 13

    Interesting, that has no affect for me.

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file