diff --git a/.shell-env b/.shell-env index 5f5fdaf..a9039d5 100644 --- a/.shell-env +++ b/.shell-env @@ -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 diff --git a/.ssh/config b/.ssh/config index 39f9ef0..a5eed91 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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