diff options
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
| -rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index aced0369..302ad357 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
| @@ -263,16 +263,18 @@ | |||
| 263 | }; | 263 | }; |
| 264 | "mathw0e" = | 264 | "mathw0e" = |
| 265 | { hostname = "mathw0e.mathinst.loc"; | 265 | { hostname = "mathw0e.mathinst.loc"; |
| 266 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
| 267 | proxyJump = "mathw0h.mathinst.loc"; | 266 | proxyJump = "mathw0h.mathinst.loc"; |
| 268 | }; | 267 | }; |
| 269 | "vrt-kvm04" = | 268 | "vrt-kvm04" = |
| 270 | { identityFile = "~/.ssh/gkleen@mathinst.loc"; | 269 | { proxyJump = "mathw0e"; |
| 271 | proxyJump = "mathw0e"; | ||
| 272 | user = "root"; | 270 | user = "root"; |
| 273 | }; | 271 | }; |
| 274 | "tts-www01" = | 272 | "tts-www01" = |
| 275 | { proxyJump = "mathw0h.mathinst.loc"; | 273 | { proxyJump = "mathw0h.mathinst.loc"; |
| 276 | user = "root"; | 274 | user = "root"; |
| 277 | }; | 275 | }; |
| 276 | "dpl-fai01" = | ||
| 277 | { hostname = "dpl-fai01.mathinst.loc"; | ||
| 278 | user = "root"; | ||
| 279 | }; | ||
| 278 | } | 280 | } |
