summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/win.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-09 14:36:01 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-09 14:36:01 -0500
commit4d34e091686cc9efd1f8b87a6271da5adcfd21e3 (patch)
tree38bd31ca301004caa1ffa056f49fb5eb94565ec6 /ssh/win.config
parentdb420aeb3533fcbfd783ae56cf47ed5704695d54 (diff)
feat: automated the conversion of ssh configs from wsl to win
Diffstat (limited to 'ssh/win.config')
-rw-r--r--ssh/win.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh/win.config b/ssh/win.config
index 936c08b..0578f83 100644
--- a/ssh/win.config
+++ b/ssh/win.config
@@ -9,12 +9,19 @@ Host heimdall loki
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent 127.0.0.1:4444
-Host odin thor
+Host odin thor
User tobyv
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /home/tobyv/.gnupg/S.gpg-agent 127.0.0.1:4444
+Host aegir
+ HostName 147.182.173.135
+ User tobyv
+ ForwardAgent yes
+ StreamLocalBindUnlink yes
+ RemoteForward /run/user/1000/gnupg/S.gpg-agent 127.0.0.1:4444
+
host bifrost
User tobyv