Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
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 agoIf agent forwarding already works, then it should work too for commit signing if the git
and ssh-keygen
versions are recent enough.
You do have to configure Git on the remote host too to use your SSH key for commit signing:
git config --global gpg.format ssh
git config --global user.signingkey 'ssh-ed25519 <your public key>'