aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-08 15:01:57 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-08 15:01:57 -0500
commit2dc0241f4c085bd96387e25c94e7bf252b1f0def (patch)
tree611b3a2e9deffbd10909e2288c0f9a9544cda67b /ssh/.ssh
parentc457d1dbcbfb009b35c2df64cf75150dce832486 (diff)
fix(ssh): ignore gpg tag when using git user
Diffstat (limited to 'ssh/.ssh')
-rw-r--r--ssh/.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 72221a7..6bb2f5d 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -17,7 +17,7 @@ Host archiso
Host aur.archlinux.org
User aur
-Match tagged gpg
+Match tagged gpg !user git
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.extra
RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh ${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh