diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index cb512ceb..d198b50a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -261,4 +261,13 @@ | |||
261 | { hostname = "math60.math.lmu.de"; | 261 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |
263 | }; | 263 | }; |
264 | "mathw0e" = | ||
265 | { hostname = "mathw0e.mathinst.loc"; | ||
266 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
267 | proxyJump = "mathw0h.mathinst.loc"; | ||
268 | }; | ||
269 | "vrt-kvm04" = | ||
270 | { identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
271 | proxyJump = "mathw0e"; | ||
272 | }; | ||
264 | } | 273 | } |