Using 1Password for SSH signing #3750
Replies: 3 comments 2 replies
|
It looks like setting the Also, using |
|
For Windows Powershell, I've used: [signing]
behavior = "own"
backend = "ssh"
key = "your-public-key-here" # You can copy this out of the SSH key entry in 1Password
[signing.backends.ssh]
# This value will vary by OS and can be obtained by following this step:
# https://developer.1password.com/docs/ssh/git-commit-signing/#step-1-configure-git-commit-signing-with-ssh
program = "C:/Users/caleb/AppData/Local/Microsoft/WindowsApps/op-ssh-sign.exe" |
|
For those wondering, yes—you can use 1Password’s SSH integration to sign commits with Jujutsu’s new signing feature. This allows secure, verifiable commits without manually handling keys, streamlining the https://lucky-tiger.casinologin.mobi/ workflow while keeping cryptographic integrity intact. It’s a handy way to combine password management with version control security for a smoother, safer development process. |
Uh oh!
There was an error while loading. Please reload this page.
In case anyone has the same question, it is indeed possible to leverage 1Password's SSH integration to sign commits with Jujutsu's recently-shipped signing support (https://developer.1password.com/docs/ssh/git-commit-signing/).
In Jujutsu's
config.toml(~/Library/Application Support/jj/config.tomlon macOS), setHope this helps ✌️
All reactions