diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-07 11:08:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-07 11:08:57 +0200 |
commit | aae18126f53b9bf20446f11cbc2e1a1c01362d49 (patch) | |
tree | 429b8f80bf8326594f8b5c7349312348a47bae38 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | bb184a112e2b22de677189f045998f0058ff6cca (diff) | |
download | nixos-aae18126f53b9bf20446f11cbc2e1a1c01362d49.tar nixos-aae18126f53b9bf20446f11cbc2e1a1c01362d49.tar.gz nixos-aae18126f53b9bf20446f11cbc2e1a1c01362d49.tar.bz2 nixos-aae18126f53b9bf20446f11cbc2e1a1c01362d49.tar.xz nixos-aae18126f53b9bf20446f11cbc2e1a1c01362d49.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index cb512ceb..d198b50a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -261,4 +261,13 @@ | |||
261 | { hostname = "math60.math.lmu.de"; | 261 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |
263 | }; | 263 | }; |
264 | "mathw0e" = | ||
265 | { hostname = "mathw0e.mathinst.loc"; | ||
266 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
267 | proxyJump = "mathw0h.mathinst.loc"; | ||
268 | }; | ||
269 | "vrt-kvm04" = | ||
270 | { identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
271 | proxyJump = "mathw0e"; | ||
272 | }; | ||
264 | } | 273 | } |