diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-12 14:46:44 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-12 14:46:44 +0200 |
| commit | e1e01db1294dbfa87b5e7f05c61195a06182b9a5 (patch) | |
| tree | c31ccc60ad925126957d51939f809b53646d2a11 /accounts/gkleen@sif/ssh-hosts.nix | |
| parent | b5c5276995d8e8e2dae66ac875834de076d76ee3 (diff) | |
| download | nixos-e1e01db1294dbfa87b5e7f05c61195a06182b9a5.tar nixos-e1e01db1294dbfa87b5e7f05c61195a06182b9a5.tar.gz nixos-e1e01db1294dbfa87b5e7f05c61195a06182b9a5.tar.bz2 nixos-e1e01db1294dbfa87b5e7f05c61195a06182b9a5.tar.xz nixos-e1e01db1294dbfa87b5e7f05c61195a06182b9a5.zip | |
sif: ...
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 | } |
