Changed ssh IdentityAgent and shell-env gpg-agent
This commit is contained in:
parent
b0edf65541
commit
c8eb66353a
2 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ fi
|
|||
##
|
||||
## GPG/SSH Agent
|
||||
##
|
||||
gpgconf --launch gpg-agent export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
#gpgconf --launch gpg-agent export GPG_TTY=$(tty) export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
|
||||
|
||||
umask 022
|
||||
|
|
|
@ -9,6 +9,7 @@ GSSAPIAuthentication no
|
|||
GSSAPIDelegateCredentials no
|
||||
|
||||
Include config.d/*.inc
|
||||
IdentityAgent /run/user/%i/gnupg/S.gpg-agent.ssh
|
||||
#IdentityAgent /run/user/%i/gnupg/S.gpg-agent.ssh
|
||||
IdentityAgent /run/user/%i/gcr/ssh
|
||||
#RemoteForward /run/user/%i/gnupg/S.gpg-agent /run/user/%i/gnupg/S.gpg-agent.extra
|
||||
|
||||
|
|
Loading…
Reference in a new issue