Forum Discussion
LeanderK
2 years agoNew Contributor
forward 1password of local host onto remote connection
I sometimes work with servers (via ssh) where I want to access some secrets stored in 1password. I would like to have a tunnel between the local and the remote so that I can use op or some op -lik...
Former Member
4 years agoFor now I've solved/worked around this by exporting the private key and adding a passphrase to it (ssh-keygen -f ~/.ssh/id_ed25519 -p -a 100
). Then adding the the encrypted id_ed25519
file as a file attachment to the SSH key entry in 1Password, along with a custom password field that holds the password for the attached file.