Forum Discussion
floris_1P
1Password Team
3 years agoYes, 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
```