Bug 163127 - sshd(1): SSHD_config Bad configuration option: NoneEnabled
Summary: sshd(1): SSHD_config Bad configuration option: NoneEnabled
Status: Closed DUPLICATE of bug 163095
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-08 15:40 UTC by Dan Ballinger
Modified: 2015-01-14 04:54 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Ballinger 2011-12-08 15:40:09 UTC
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.
Comment 1 Dan Ballinger 2011-12-08 15:56:02 UTC
Looks like this is a duplicate of
http://www.freebsd.org/cgi/query-pr.cgi?pr=163095
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2011-12-09 03:11:33 UTC
Responsible Changed
From-To: freebsd-bugs->brooks

Over to assignee of related PR.
Comment 3 Ben Woods freebsd_committer freebsd_triage 2014-10-21 09:21:22 UTC
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
Comment 4 Ben Woods freebsd_committer freebsd_triage 2015-01-13 22:58:58 UTC
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.
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2015-01-14 04:54:06 UTC

*** This bug has been marked as a duplicate of bug 163095 ***