]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove insecure ciphers from GCE sshd configuration
authorConrad Meyer <cem@FreeBSD.org>
Sat, 28 Jul 2018 19:35:49 +0000 (19:35 +0000)
committerConrad Meyer <cem@FreeBSD.org>
Sat, 28 Jul 2018 19:35:49 +0000 (19:35 +0000)
commit858178a142e1d1a89304808fcfc4ddaa725b3a1a
tree0e08d34a25a400ea04597d1749ca727d1afec5d7
parentbbc5c8ee329ce4167c37a7924439806952fbc12b
Remove insecure ciphers from GCE sshd configuration

They were added for unclear reasons in r277263.  The current OpenSSH
defaults (7.5+) are reasonable, and do not include the insecure rc4 cipher:

                   chacha20-poly1305@openssh.com,
                   aes128-ctr,aes192-ctr,aes256-ctr,
                   aes128-gcm@openssh.com,aes256-gcm@openssh.com,
                   aes128-cbc,aes192-cbc,aes256-cbc

I think I recall there being a reason for a specific list of ciphers on GCE
at the time, but I do not recall what it was, and cannot find any
current GCE documentation of such a list.

So, just revert the explicit configuration and use sane openssh defaults.

PR: 230092
Submitted by: Gustavo Scalet <gustavo.scalet AT collabora.com>
MFC after: 3 days
Security: yes
release/tools/gce.conf