diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 7bd6bdfe..8cc0f04e 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -325,6 +325,24 @@ | |||
325 | ServerAliveInterval = "2"; | 325 | ServerAliveInterval = "2"; |
326 | }; | 326 | }; |
327 | }; | 327 | }; |
328 | "vrt-kvm06" = | ||
329 | { hostname = "vrt-kvm06"; | ||
330 | proxyJump = "mathw0e"; | ||
331 | user = "root"; | ||
332 | extraOptions = { | ||
333 | PasswordAuthentication = "yes"; | ||
334 | KbdInteractiveAuthentication = "yes"; | ||
335 | }; | ||
336 | }; | ||
337 | "vrt-kvm05" = | ||
338 | { hostname = "vrt-kvm05"; | ||
339 | proxyJump = "mathw0e"; | ||
340 | user = "root"; | ||
341 | extraOptions = { | ||
342 | PasswordAuthentication = "yes"; | ||
343 | KbdInteractiveAuthentication = "yes"; | ||
344 | }; | ||
345 | }; | ||
328 | "vrt-kvm04" = | 346 | "vrt-kvm04" = |
329 | { hostname = "vrt-kvm04"; | 347 | { hostname = "vrt-kvm04"; |
330 | proxyJump = "mathw0e"; | 348 | proxyJump = "mathw0e"; |
@@ -437,6 +455,15 @@ | |||
437 | proxyJump = "mgmt01"; | 455 | proxyJump = "mgmt01"; |
438 | user = "root"; | 456 | user = "root"; |
439 | }; | 457 | }; |
458 | "rdp-lb01" = | ||
459 | { hostname = "rdp-lb01.mathinst.loc"; | ||
460 | proxyJump = "mgmt01"; | ||
461 | user = "root"; | ||
462 | }; | ||
463 | "ssh01" = { hostname = "ssh01.mathinst.loc"; proxyJump = "mgmt01"; }; | ||
464 | "ssh02" = { hostname = "ssh02.mathinst.loc"; proxyJump = "mgmt01"; }; | ||
465 | "rdlx01" = { hostname = "rdlx01.mathinst.loc"; proxyJump = "mgmt01"; }; | ||
466 | "rdlx02" = { hostname = "rdlx02.mathinst.loc"; proxyJump = "mgmt01"; }; | ||
440 | "math0d" = | 467 | "math0d" = |
441 | { hostname = "math0d.mathinst.loc"; | 468 | { hostname = "math0d.mathinst.loc"; |
442 | proxyJump = "mathw0h"; | 469 | proxyJump = "mathw0h"; |