Skip to content

Commit

Permalink
[sshd] Disable weak algorithms. JB#48977
Browse files Browse the repository at this point in the history
Disable all SHA-1 based algorithms.
  • Loading branch information
jusa committed Feb 17, 2020
1 parent 9d37408 commit 6dc2d1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpm/sshd_config
Expand Up @@ -22,6 +22,10 @@ HostKey /etc/ssh/ssh_host_ed25519_key
# Ciphers and keying
#RekeyLimit default none

# Disable weak algorithms
KexAlgorithms -diffie-hellman-group14-sha1
MACs -hmac-sha1,hmac-sha1-etm@openssh.com

# Logging
#SyslogFacility AUTH
#LogLevel INFO
Expand Down

0 comments on commit 6dc2d1a

Please sign in to comment.