From fdca899aa9b44c6aa16000d1273f301c891131d4 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 8 Nov 2016 21:47:26 +0100 Subject: Add Debian specific install steps --- ssh_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh_config') diff --git a/ssh_config b/ssh_config index fc3a628..79ca5e1 100644 --- a/ssh_config +++ b/ssh_config @@ -20,7 +20,7 @@ # Minimum accepted size of the DH parameter p. By default this is set to 1024 # to maintain compatibility with RFC4419, but should be set higher. # Upstream default is identical to setting this to 2048. -#KexDHMin 4096 +KexDHMin 4096 KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa -- cgit v1.2.3