summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 302ad357..cd252012 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -265,6 +265,14 @@
265 { hostname = "mathw0e.mathinst.loc"; 265 { hostname = "mathw0e.mathinst.loc";
266 proxyJump = "mathw0h.mathinst.loc"; 266 proxyJump = "mathw0h.mathinst.loc";
267 }; 267 };
268 "mathw0d" =
269 { hostname = "mathw0d.mathinst.loc";
270 proxyJump = "mathw0h.mathinst.loc";
271 };
272 "mathw0f" =
273 { hostname = "mathw0d.mathinst.loc";
274 proxyJump = "mathw0h.mathinst.loc";
275 };
268 "vrt-kvm04" = 276 "vrt-kvm04" =
269 { proxyJump = "mathw0e"; 277 { proxyJump = "mathw0e";
270 user = "root"; 278 user = "root";