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 curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256,curve25519-sha256,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512
Ciphers chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
MACs hmac-sha2-512-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment