You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to cache SSH signing passphrases?
I want to only type the passphrase once (while committing) and then it should be cached until reboot or e.g. 12h. With gpg keys the gpg-agent could do that. But somehow this does not work with SSH keys.
I am open for any ideas from the right configurations in gpg to custom wrappers.
yes the passphrase. of the SSH key. What you suggested works only for authentication (push/pull). But i especially asked for signing commits. That's where this is not working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there any way to cache SSH signing passphrases?
I want to only type the passphrase once (while committing) and then it should be cached until reboot or e.g. 12h. With gpg keys the gpg-agent could do that. But somehow this does not work with SSH keys.
I am open for any ideas from the right configurations in gpg to custom wrappers.
Note: i am on windows.
All reactions