From f707d345a91261276f28fbdc0841757caf07f5ca Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 26 Dec 2021 14:48:37 +0100 Subject: gkleen@sif: switch01 --- accounts/gkleen@sif/ssh-hosts.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'accounts') 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 @@ proxyJump = "mathw0h"; extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; }; + "switch01" = + { hostname = "10.141.0.65"; + proxyJump = "vidhar"; + extraOptions = { + KexAlgorithms = "+diffie-hellman-group1-sha1"; + HostKeyAlgorithms = "+ssh-dss"; + Ciphers = "+aes256-cbc"; + MACs = "+hmac-sha1"; + }; + }; } -- cgit v1.2.3