aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-17 22:39:48 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-17 22:39:48 -0500
commit31f1d0eaa98d0120d69b5978ab41ec54e9bc851d (patch)
tree249a6710324ef2e8abfd1798f48b0df617f63e1e /ssh/.ssh
parentb901ce4f3b3fbcd352734a5f6492ac876d17401d (diff)
fix(ssh): update gpg agent socket location
Diffstat (limited to 'ssh/.ssh')
-rw-r--r--ssh/.ssh/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 3ffb9e2..0fc6ca7 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -11,7 +11,7 @@ Host heimdall loki
User pi
ForwardAgent yes
StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
ControlPersist 30m
@@ -20,7 +20,7 @@ Host odin thor
User tobyv
ForwardAgent yes
StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
ControlPersist 30m
@@ -42,7 +42,7 @@ Host door
HostName door.cs.siue.edu
ForwardAgent yes
StreamLocalBindUnlink yes
- RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
ControlPersist 30m
@@ -52,7 +52,7 @@ Host siue
HostName home.cs.siue.edu
ForwardAgent yes
StreamLocalBindUnlink yes
- RemoteForward /run/user/1400158178/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1400158178/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l
RequestTTY force