Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
gboudrea
3 years agoOccasional Contributor
How to export SSH private key using CLI?
So I now store my SSH private keys in 1Password.
One problem I have with that is that some clients really need the private key files on disk to work (Sequel-Ace, to name one).
So I thought I coul...
Former Member
3 years agoWhen I load the ssh private key from op
I get the correct key. I use the openssh ssh-agent (not 1password) and I can just pipe the key to ssh-add
. ssh-add <(op read op://Personal/key/private_key)