diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-18 10:34:19 +0059 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-18 10:34:19 +0059 |
commit | ef6c6fa61d70f059b07e0dbf705d5c37419efa12 (patch) | |
tree | 5cb09dd7621701eed4634cb25f5df945da3e0370 /accounts | |
parent | 88353e67dc8c90d6158443e3b95649819f0f031a (diff) | |
download | nixos-ef6c6fa61d70f059b07e0dbf705d5c37419efa12.tar nixos-ef6c6fa61d70f059b07e0dbf705d5c37419efa12.tar.gz nixos-ef6c6fa61d70f059b07e0dbf705d5c37419efa12.tar.bz2 nixos-ef6c6fa61d70f059b07e0dbf705d5c37419efa12.tar.xz nixos-ef6c6fa61d70f059b07e0dbf705d5c37419efa12.zip |
gkleen@sif: legacy hostkeys for math.lmu.de
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index cacdd98e..55cb1743 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -72,8 +72,10 @@ 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,*.cipmath.loc | 75 | Match host *.mathinst.loc,*.cipmath.loc,*.math.lmu.de |
76 | IdentityFile ~/.ssh/gkleen@mathinst.loc | 76 | IdentityFile ~/.ssh/gkleen@mathinst.loc |
77 | HostKeyAlgorithms +ssh-rsa | ||
78 | PubkeyAcceptedAlgorithms +ssh-rsa | ||
77 | 79 | ||
78 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" | 80 | Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" |
79 | ProxyJump mathw0g | 81 | ProxyJump mathw0g |
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 3ecc1095..b1ac2a05 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -267,7 +267,6 @@ | |||
267 | }; | 267 | }; |
268 | "math60" = | 268 | "math60" = |
269 | { hostname = "math60.math.lmu.de"; | 269 | { hostname = "math60.math.lmu.de"; |
270 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
271 | }; | 270 | }; |
272 | "mathw0d" = | 271 | "mathw0d" = |
273 | { hostname = "mathw0d.mathinst.loc"; | 272 | { hostname = "mathw0d.mathinst.loc"; |
@@ -283,7 +282,6 @@ | |||
283 | }; | 282 | }; |
284 | "mathw0g" = | 283 | "mathw0g" = |
285 | { hostname = "mathw0g.math.lmu.de"; | 284 | { hostname = "mathw0g.math.lmu.de"; |
286 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | ||
287 | }; | 285 | }; |
288 | "mathw0h" = | 286 | "mathw0h" = |
289 | { hostname = "mathw0h.mathinst.loc"; | 287 | { hostname = "mathw0h.mathinst.loc"; |