It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoop-ssh-sign
Hello,
Can op-ssh-sign be open sourced?
This would be useful because just op-ssh-sign can then be ported to other architectures, and can work in symphony with 1pw on the desktop, via IdentityAge...
floris_1P
1Password Team
3 years agoWhile open sourcing op-ssh-sign would certainly be an interesting option, it's not likely to happen soon, unfortunately. But which other architectures are you thinking about?
And for remote commit signing use cases (e.g. using agent forwarding), you can also use OpenSSH's ssh-keygen command, which works with 1Password if you set the SSH_AUTH_SOCK environment variable to the 1Password SSH socket. In fact, ssh -A already configures this automatically on the remote host.