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 ago"Wrong passphrase" when importing SSH key even if it's correct
When I try to import one of my SSH private keys (either from a file or through the system's clipboard), 1Password keeps saying that the passphrase I provide is wrong.
Providing the same passphrase...
K_J__1P
1Password Team
4 years ago@mstrzele Hello! Apologies for the late response! We recently improved the error messages when attempting to import an unsupported key. Previously, a key with an encrypted key with an unsupported public exponent (less than 65537) would report an incorrect passphrase error. However, it now reports the correct error.
Are you able to update to the latest version and try again? You can check the public exponent on your key with:
openssl rsa -text -in id_rsa | grep publicExponent
Let me if this was the issue. Cheers!