aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-01 17:57:33 -0600
committerToby Vincent <tobyv13@gmail.com>2023-03-01 17:57:33 -0600
commitabb101fa69e7f21cfb9c0d1394c9674230ec830a (patch)
tree12bda8d6ad700020fa66fc4018b7545017085a87 /ssh
parentb4a40c5541e03af748280e6beaf85c4530ce405f (diff)
fix(ssh,gnupg): fix gpg ssh agent forwarding
Diffstat (limited to '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 0d980ca..3b83ada 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -9,9 +9,9 @@ Host *
Host odin frigg thor loki heimdall hydra bifrost
User tobyv
- ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent.ssh /run/user/1000/gnupg/S.gpg-agent.ssh
ControlMaster auto
ControlPath ${XDG_RUNTIME_DIR}/ssh.%r@%h:%p
ControlPersist 30m