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
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
I'd like to do a change such that even if ~/.gnupg exists and ~/.ssh exists, NOT to run gpg-agent with ssh support but instead to use the standard ssh-agent. I can do the code change just fine but what I'm not sure about is where to put configuration information for these startup scripts so a user can specify that they want this behaviour instead of the default.
Should I use environment variables for this kind of thing? Where would those get set?
The text was updated successfully, but these errors were encountered:
I'd like to do a change such that even if
~/.gnupg
exists and~/.ssh
exists, NOT to run gpg-agent with ssh support but instead to use the standardssh-agent
. I can do the code change just fine but what I'm not sure about is where to put configuration information for these startup scripts so a user can specify that they want this behaviour instead of the default.Should I use environment variables for this kind of thing? Where would those get set?
The text was updated successfully, but these errors were encountered: