Changed ssh IdentityAgent and shell-env gpg-agent

This commit is contained in:
Eric Renfro 2024-06-09 12:46:22 -04:00
parent b0edf65541
commit c8eb66353a
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
2 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,7 @@ fi
## ##
## GPG/SSH Agent ## 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 umask 022

View file

@ -9,6 +9,7 @@ GSSAPIAuthentication no
GSSAPIDelegateCredentials no GSSAPIDelegateCredentials no
Include config.d/*.inc 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 #RemoteForward /run/user/%i/gnupg/S.gpg-agent /run/user/%i/gnupg/S.gpg-agent.extra