diff options
Diffstat (limited to 'accounts/gkleen@sif')
-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 | } |