Forum Discussion
2 Replies
Sort By
- Former Member
Interesting, that has no affect for me.
- floris_1P
1Password Team
Yes, you can use the
PreferredAuthentications
field in the SSH config. For example:```
Host some-host-to-authenticate-with-server-password
PreferredAuthentications passwordHost some-host-with-server-password-fallback
PreferredAuthentications publickey,password
```