From cecf1905fe2dc827ae66955161415bd2a5ae34f4 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 8 Nov 2025 04:09:40 +0100 Subject: Fix forwarding smartcard agent over ssh --- .ssh/config | 1 + 1 file changed, 1 insertion(+) (limited to '.ssh') diff --git a/.ssh/config b/.ssh/config index 9c118da..465e887 100644 --- a/.ssh/config +++ b/.ssh/config @@ -10,6 +10,7 @@ Host *.local Port 39901 ForwardAgent yes StreamLocalBindUnlink yes + RemoteForward /run/user/1000/gnupg/S.gpg-agent %d/.gnupg/S.gpg-agent # ssh -v kex: algorithm: sntrup761x25519-sha512@openssh.com # post-quantum algorithm hangs and fails to exchange keys on ubuntu. -- cgit v1.2.3