Bug 99215

Summary: Documentation change for sshd_config
Product: Documentation Reporter: doug
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description doug 2006-06-20 21:10:19 UTC
OpenSSH implements a specific order in processing the directives. The following should be added to shd_config:

The allow/deny directives are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups.

Fix: 

The following should be added to shd_config:

The allow/deny directives are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups.
How-To-Repeat: man sshd_config
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2006-11-06 14:52:48 UTC
State Changed
From-To: open->closed

OpenSSH is contributed software from the OpenBSD project, 
and, after some quick discussion with our maintainer, we 
would prefer these changes merged upstream.  They will then 
be imported next time OpenSSH in FreeBSD is upgraded.  Thanks! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2006-11-06 14:52:48 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me.