Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoUnable to import: Unsupported SSH key
I'm unable to import a RSA key. The message is this:
It's a 2048 bit RSA key, generated a few years ago. It's valid for the Windows ssh client, as well as for Linux openssh.
The 1Passwor...
XIII
4 years agoSuper Contributor
On Slack they mentioned that the public exponent might be too small (less than 65537). They follow NIST recommendations.
You can check with this command:
openssl rsa -text -in id_rsa | grep publicExponent