diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-08 04:09:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-08 15:25:17 +0100 |
| commit | cecf1905fe2dc827ae66955161415bd2a5ae34f4 (patch) | |
| tree | d381789faed72327baa8c7cd8259bafcb38ee1cb /.ssh | |
| parent | 77269b5d2dbbb80499ed8d1adbee37e8752418a2 (diff) | |
Fix forwarding smartcard agent over ssh
Diffstat (limited to '.ssh')
| -rw-r--r-- | .ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
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: [email protected] # post-quantum algorithm hangs and fails to exchange keys on ubuntu. |
