diff options
author | Pacien TRAN-GIRARD | 2016-11-08 21:47:26 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2016-11-08 21:47:26 +0100 |
commit | fdca899aa9b44c6aa16000d1273f301c891131d4 (patch) | |
tree | 6baae0720fcf26de698ed96b65b993279ce5f299 /ssh_config | |
parent | 2d6955720c1857f81d20f982e6bded7e40de6c89 (diff) | |
download | ssh-hardened-fdca899aa9b44c6aa16000d1273f301c891131d4.tar.gz |
Add Debian specific install steps
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ | |||
20 | # Minimum accepted size of the DH parameter p. By default this is set to 1024 | 20 | # Minimum accepted size of the DH parameter p. By default this is set to 1024 |
21 | # to maintain compatibility with RFC4419, but should be set higher. | 21 | # to maintain compatibility with RFC4419, but should be set higher. |
22 | # Upstream default is identical to setting this to 2048. | 22 | # Upstream default is identical to setting this to 2048. |
23 | #KexDHMin 4096 | 23 | KexDHMin 4096 |
24 | 24 | ||
25 | KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 | 25 | KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 |
26 | HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa | 26 | HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa |