summaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-16 19:25:19 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-16 19:25:19 -0600
commit5582553eebccec6fc763037f5a367f34e2fd0e27 (patch)
tree31278ad8c38fb94dbb5a8505254190cb72f23928 /ssh
parent0502e98cd5e55803856299299062c6e8577b210d (diff)
feat: added alias for foundry server
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config8
1 files changed, 7 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index 7f4191f..5fafc45 100644
--- a/ssh/config
+++ b/ssh/config
@@ -19,7 +19,13 @@ Host odin thor
host bifrost
User tobyv
-host door
+Host aegir
+ User root
+ HostName foundry.tobyvin.com
+ ForwardAgent yes
+ StreamLocalBindUnlink yes
+
+Host door
User tovince
HostName door.cs.siue.edu
ForwardAgent yes