diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-28 14:27:56 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-28 14:27:56 +0200 |
commit | 9b84cd4486d648d7b764ea653baee568d304da95 (patch) | |
tree | fcd6d24b0bbbdfb480a405bb454b858631ac3cf9 /accounts | |
parent | 665632abda981995b235fe480af68d92856b0ce8 (diff) | |
download | nixos-9b84cd4486d648d7b764ea653baee568d304da95.tar nixos-9b84cd4486d648d7b764ea653baee568d304da95.tar.gz nixos-9b84cd4486d648d7b764ea653baee568d304da95.tar.bz2 nixos-9b84cd4486d648d7b764ea653baee568d304da95.tar.xz nixos-9b84cd4486d648d7b764ea653baee568d304da95.zip |
gkleen@sif: ...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index d7444725..6b45c678 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -72,12 +72,13 @@ in { | |||
72 | Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uniworx5.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" | 72 | Match host uniworx3.ifi.lmu.de,uniworx4.ifi.lmu.de,uniworx5.ifi.lmu.de,uni2workgw.ifi.lmu.de,blackbeard.tcs.ifi.lmu.de,gitlab2.rz.ifi.lmu.de,oregon.tcs.ifi.lmu.de !exec "nc -z -w 1 %h %p &>/dev/null" |
73 | ProxyJump remote.cip.ifi.lmu.de | 73 | ProxyJump remote.cip.ifi.lmu.de |
74 | 74 | ||
75 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 75 | Match host *.mathinst.loc,*.cipmath.loc |
76 | IdentityFile ~/.ssh/gkleen@mathinst.loc | 76 | IdentityFile ~/.ssh/gkleen@mathinst.loc |
77 | |||
78 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | ||
77 | ProxyJump mathw0g | 79 | ProxyJump mathw0g |
78 | 80 | ||
79 | Match host *.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 81 | Match host *.cipmath.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
80 | IdentityFile ~/.ssh/gkleen@mathinst.loc | ||
81 | ProxyJump mathw0h.mathinst.loc | 82 | ProxyJump mathw0h.mathinst.loc |
82 | 83 | ||
83 | Host * | 84 | Host * |