Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoSSH Commit Signing
I've stated signing my git commits using SSH.
However this only seems to work with setting the SSH_AUTH_SOCK env variable. For some reasons I cannot set that variable everywhere and have to rely...
Former Member
3 years agofloris_1P Great to see your version of op-ssh-sign
launch!
One thing that seems a bit odd is when 1password is not started (or active)?
It fails with this cryptic error message:
```
✗ git commit -m"test"
error: Error: AppError { error: could not connect to agent
Caused by:
std::io::error::Error, location: Location { file: "ssh/op-ssh-sign/src/utils.rs", line: 27, col: 14 } }
fatal: failed to write commit object
```