When I try to set the NONE Cipher entry in the sshd_config file and restart SSH (/etc/rc.d/sshd) I get an error for the config: sudo /etc/rc.d/sshd start Starting sshd. /etc/ssh/sshd_config: line 130: Bad configuration option: NoneEnabled /etc/ssh/sshd_config: terminating, 1 bad configuration options /etc/rc.d/sshd: WARNING: failed to start sshd How-To-Repeat: Uncomment the NoneEnabled option in /etc/ssh/sshd_config and restart sshd.
Looks like this is a duplicate of http://www.freebsd.org/cgi/query-pr.cgi?pr=163095
Responsible Changed From-To: freebsd-bugs->brooks Over to assignee of related PR.
Hi Brooks, Per your comments in the freebsd-current mailing list, do you think we can turn this compilation option on by default? Obviously the sshd_config file would still have it disabled by default, but allows people to turn it on without re-compiling. Regards, Ben
Hi brooks, Any word on this? It's been 3 months since spoke about it on the freebsd-current mailing list. Note that the file to change this from off by default to on by default is share/mk/src.opts.mk: https://svnweb.freebsd.org/base/head/share/mk/src.opts.mk?view=markup I have added a similar comment to PR163095.
*** This bug has been marked as a duplicate of bug 163095 ***