Last active
November 24, 2019 20:47
-
-
Save GIJack/109f5b1932569de1f8929bb4872a2292 to your computer and use it in GitHub Desktop.
OpenSSH sshd cipher suites
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Specify cipher suite manually | |
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256,curve25519-sha256,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512 | |
Ciphers [email protected],aes256-ctr,aes192-ctr,aes128-ctr,[email protected],[email protected] | |
MACs [email protected],[email protected],[email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment