Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoSSH commit signing inside docker
Is it possible to use commit signing inside a docker container (Visual Studio Code Remote Containers)?
1Password Version: 8.9.4
Extension Version: Not Provided
OS Version: macos 12.6
Bro...
floris_1P
1Password Team
3 years agoAh, I forgot to mention that: the op-ssh-sign
binary is technically optional. The primary reason why that exists is to make sure the 1Password socket is used for signing, so that you don't have to set SSH_AUTH_SOCK
yourself.
However, in a forwarding scenario, SSH_AUTH_SOCK
is always there. So in that case, you can omit gpg.ssh.program
in your Gitconfig, and Git will then use ssh-keygen
instead.