Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb48977' into 'master'
Disable weak diffie-hellman algorithm.

See merge request mer-core/openssh!18
  • Loading branch information
jusa committed Feb 24, 2020
2 parents 9d37408 + 6dc2d1a commit e23058e
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 e23058e

Please sign in to comment.