Skip to content

Instantly share code, notes, and snippets.

@GIJack
Last active November 24, 2019 20:47
Show Gist options
  • Save GIJack/109f5b1932569de1f8929bb4872a2292 to your computer and use it in GitHub Desktop.
Save GIJack/109f5b1932569de1f8929bb4872a2292 to your computer and use it in GitHub Desktop.
OpenSSH sshd cipher suites
# 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