Add recommend key exchange

This commit is contained in:
Jake Howard 2020-01-28 20:56:07 +00:00
parent 14b7b6d2ef
commit 0dbeb64710
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -58,9 +58,9 @@ Ciphers aes256-ctr,aes128-gcm@openssh.com,aes128-ctr,aes192-ctr,aes256-gcm@opens
# Key Exchange algorithms (Elliptic Curve Diffie-Hellman)
# DH-SHA-256 included for compat with PuTTY-WinCrypt clients
KexAlgorithms diffie-hellman-group-exchange-sha256,curve25519-sha256@libssh.org
KexAlgorithms diffie-hellman-group18-sha512,curve25519-sha256@libssh.org
# Dont read the users ~/.rhosts and ~/.shosts files
# Don’t read the user’s ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# Disable unused authentication schemes
@ -74,7 +74,7 @@ UsePAM no
# X11 support
X11Forwarding no
# Dont show Message of the Day
# Don’t show Message of the Day
PrintMotd yes
# TCPKeepAlive (non-tunneled, disabled)