Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
signe
4 years agoNew Contributor
UI copy/export behavior of SSH keys generated by 1P8
I've been testing out the SSH Agent functionality built into 1P8, and this was something I ran across today when attempting to use SSH keys generated by 1P8.
(This is a bogus key, created just for...
Former Member
3 years agoFound an answer at https://security.stackexchange.com/a/267767/288895, basically:
Install sshpk: npm install -g sshpk
Convert key: op item get --fields='label=private key' --format json 'My Key' | jq -r '.value' | sshpk-conv -t ssh -p