summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix9
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}