diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-26 14:48:37 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-26 14:48:37 +0100 |
commit | f707d345a91261276f28fbdc0841757caf07f5ca (patch) | |
tree | 73b905163b70b907b2772101a985fcff119c0408 | |
parent | 91c9dde7abdd79df35f2a2009fe0987bf0f1e63a (diff) | |
download | nixos-f707d345a91261276f28fbdc0841757caf07f5ca.tar nixos-f707d345a91261276f28fbdc0841757caf07f5ca.tar.gz nixos-f707d345a91261276f28fbdc0841757caf07f5ca.tar.bz2 nixos-f707d345a91261276f28fbdc0841757caf07f5ca.tar.xz nixos-f707d345a91261276f28fbdc0841757caf07f5ca.zip |
gkleen@sif: switch01
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 4b9130a4..89b65c9a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -334,4 +334,14 @@ | |||
334 | proxyJump = "mathw0h"; | 334 | proxyJump = "mathw0h"; |
335 | extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; | 335 | extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; |
336 | }; | 336 | }; |
337 | "switch01" = | ||
338 | { hostname = "10.141.0.65"; | ||
339 | proxyJump = "vidhar"; | ||
340 | extraOptions = { | ||
341 | KexAlgorithms = "+diffie-hellman-group1-sha1"; | ||
342 | HostKeyAlgorithms = "+ssh-dss"; | ||
343 | Ciphers = "+aes256-cbc"; | ||
344 | MACs = "+hmac-sha1"; | ||
345 | }; | ||
346 | }; | ||
337 | } | 347 | } |