Displaying 1 result from an estimated 1 matches for "oppenssh".
Did you mean:
openssh
2005 Nov 17
2
AllowUsers not working under certain conditions
...surprise I can't find anything
or anyone that has reported the issues that I am experiencing.
I am using the default installation sshd_config file as supplied by Redhat
and the only options I have changed are:
ListenAddress
AllowUsers
The first problem exists on both of the following versions oppenssh-3.5p1
and oppenssh-3.9p1
1) I have on one of our servers the line in the sshd_config file:
AllowUsers root at 192.168.100.* root at 192.168.102.*
The server that runs the sshd only allows ssh clients to connect from the
sub-net 192.168.100.0/24.
Where as one would expect it to allow connections fr...