Request change to file match.c, function match_pattern_list

Iain Morgan imorgan at nas.nasa.gov
Thu Dec 18 10:34:57 EST 2008


On Tue, Dec 16, 2008 at 13:48:36 -0600, Eric Sisson wrote:
>
> On a system running Red Hat Enterprise Linux 4, I wanted to use a  
> configuration of the following form in sshd_config:
>
>   DenyUsers oracle@!localhost.localdomain
>

You might want to try this instead:

	DenyUsers oracle@*,!localhost.localdomain

-- 
Iain Morgan


More information about the openssh-unix-dev mailing list