summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config9
1 files changed, 8 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index fb75d9d..b2abc58 100644
--- a/ssh/config
+++ b/ssh/config
@@ -9,7 +9,14 @@ Host heimdall loki
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
-Host odin thor
+Host odin thor
+ User tobyv
+ ForwardAgent yes
+ StreamLocalBindUnlink yes
+ RemoteForward /home/tobyv/.gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
+
+Host aegir
+ HostName 147.182.173.135
User tobyv
ForwardAgent yes
StreamLocalBindUnlink yes