It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
gboudrea
4 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
4 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)