diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-31 08:46:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-31 08:46:25 +0200 |
commit | 4142b300aa7df8fb89dd7ea9545330ed2d22dc02 (patch) | |
tree | bb4eec889deb0a771f2f06ee18e4f523e51e75a3 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | 4ea48d3bfd6fe0ed61446999fe5ba9c0a4e6b355 (diff) | |
download | nixos-4142b300aa7df8fb89dd7ea9545330ed2d22dc02.tar nixos-4142b300aa7df8fb89dd7ea9545330ed2d22dc02.tar.gz nixos-4142b300aa7df8fb89dd7ea9545330ed2d22dc02.tar.bz2 nixos-4142b300aa7df8fb89dd7ea9545330ed2d22dc02.tar.xz nixos-4142b300aa7df8fb89dd7ea9545330ed2d22dc02.zip |
...flakes
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 44dc27f5..a250509b 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -428,6 +428,11 @@ in { | |||
428 | { hostname = "dpl-fai01.mathinst.loc"; | 428 | { hostname = "dpl-fai01.mathinst.loc"; |
429 | user = "root"; | 429 | user = "root"; |
430 | }; | 430 | }; |
431 | "dpl-fai02" = | ||
432 | { hostname = "dpl-fai02.mathinst.loc"; | ||
433 | user = "root"; | ||
434 | proxyJump = "mgmt01"; | ||
435 | }; | ||
431 | "math05" = | 436 | "math05" = |
432 | { hostname = "math05.mathinst.loc"; | 437 | { hostname = "math05.mathinst.loc"; |
433 | proxyCommand = autosshProxy "mathw0h"; | 438 | proxyCommand = autosshProxy "mathw0h"; |