Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
stoutZero
5 months agoNew Contributor
1Password ssh agent & ssh key on disk
Hi, I have enabled 1Password ssh agent, and checked that 1Password touch id prompt is showing up & working when I connected to a different machine via ssh. *Tangent: Why is pasting in this tex...
- 5 months ago
Hey stoutZero, you can in fact use `IdentitiesOnly yes` + `IdentityFile` with the 1Password SSH agent, but then point `IdentityFile` to the public key instead of the private key. The private key can be stored in 1Password with only the .pub file on disk.
floris_1P
1Password Team
5 months agoHey stoutZero, you can in fact use `IdentitiesOnly yes` + `IdentityFile` with the 1Password SSH agent, but then point `IdentityFile` to the public key instead of the private key. The private key can be stored in 1Password with only the .pub file on disk.
stoutZero
5 months agoNew Contributor
Yep! That works!
Right now there are no ssh private keys on disk, which is exactly what I wanted.
Thanks.