Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Lachy
4 years agoOccasional Contributor
SSH into Devices running old versions of Dropbear SSH (e.g. UniFi APs, and other routers)
After a lot of investigation in a thread on slack over the past 2 days, I discovered that 1Password's ssh-agent doesn't support logging into UniFi Access Points, which are running an old version of D...
Lachy
4 years agoOccasional Contributor
OpenSSH 8.8 has also disabled sha-rsa by default, so anyone running that client would also have difficulty using ssh keys with these old ssh servers.
https://www.openssh.com/txt/release-8.8
However, they do apparently provide a way to explicitly re-enable it for old hosts according to those release notes.
Host old-host
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
This doesn't work with the 1Password ssh-agent.