diff options
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"; |