diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 8f331c26..1442e83f 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -74,7 +74,7 @@ in { | |||
74 | 74 | ||
75 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 75 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
76 | IdentityFile ~/.ssh/gkleen@mathinst.loc | 76 | IdentityFile ~/.ssh/gkleen@mathinst.loc |
77 | ProxyJump math60 | 77 | ProxyJump mathw0g |
78 | 78 | ||
79 | Match host *.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 79 | Match host *.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
80 | IdentityFile ~/.ssh/gkleen@mathinst.loc | 80 | IdentityFile ~/.ssh/gkleen@mathinst.loc |
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 780f995c..53dd74e5 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -257,6 +257,10 @@ | |||
257 | { hostname = "vidhar.yggdrasil"; | 257 | { hostname = "vidhar.yggdrasil"; |
258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
259 | }; | 259 | }; |
260 | "mathw0g" = | ||
261 | { hostname = "mathw0g.math.lmu.de"; | ||
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
263 | }; | ||
260 | "math60" = | 264 | "math60" = |
261 | { hostname = "math60.math.lmu.de"; | 265 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 266 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |