RHEL 7

RHEL 7.1 uses OpenSSH 6.6.1p1, including curve25519 and chacha20-poly1305.

HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
MACs [email protected],[email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,[email protected]


RHEL 6

RHEL 6 uses OpenSSH 5.3p1.

Ciphers aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms diffie-hellman-group-exchange-sha256
MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160


Debian 8 / jessie

Debian 8 / jessie uses OpenSSH 6.7p1

Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
MACs [email protected],[email protected],hmac-ripemd160-etm@ope


More way to harden SSL:
https://github.com/dev-sec/chef-ssh-hardening

We recommend to visit this page for updates:

https://github.com/stribika/stribika.github.io/wiki/Secure-Secure-Shell

Was this answer helpful? 0 Users Found This Useful (0 Votes)