summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-14 13:41:32 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-14 13:41:32 -0600
commit623526b6d7effdd891330b1fbb976c73a9a4e6f5 (patch)
tree84871e9a79db55a558e5ef89ada5c274757ae34e
parentd163ead3d40b1bf59c2c78dcbff3fe5b058df159 (diff)
refactor: changed agent remote location on win machines
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index e92e077..7f4191f 100644
--- a/ssh/config
+++ b/ssh/config
@@ -14,7 +14,7 @@ Host odin thor
Port 2222
ForwardAgent yes
StreamLocalBindUnlink yes
- RemoteForward /home/tobyv/.gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
host bifrost
User tobyv