From c8eb66353a616f12cf78eb81d7559b2514a37d04 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 9 Jun 2024 12:46:22 -0400 Subject: [PATCH] Changed ssh IdentityAgent and shell-env gpg-agent --- .shell-env | 2 +- .ssh/config | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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