diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-02-13 08:53:55 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-02-13 08:53:55 +0100 |
| commit | 7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d (patch) | |
| tree | 086ba2cff99a6342b8efbed05a6ff5458d82d4c7 /accounts/gkleen@sif/ssh-hosts.nix | |
| parent | ae67327df3faaf106d2bcb352d4151774576bf00 (diff) | |
| download | nixos-7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d.tar nixos-7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d.tar.gz nixos-7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d.tar.bz2 nixos-7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d.tar.xz nixos-7b8d1bdc62c5fc3feacfe23fd1eefe85f05b878d.zip | |
...
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"; |
