summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:37:12 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:37:12 +0000
commit778bf55d89b2b4a5246e805cf38a19f028a038b1 (patch)
tree35c02ae4dc1e4d6bf24a53c868e833558645751f /sshd.8
parent916d83d208d751b9a3605165893370c8d429bba5 (diff)
downloadopenssh-git-778bf55d89b2b4a5246e805cf38a19f028a038b1.tar.gz
- stevesk@cvs.openbsd.org 2002/02/28 20:36:42
[sshd.8] DenyUsers allows user@host pattern also
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd.8 b/sshd.8
index cf741099..ff816aee 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.168 2002/02/10 01:07:05 deraadt Exp $
+.\" $OpenBSD: sshd.8,v 1.169 2002/02/28 20:36:42 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -457,6 +457,9 @@ and
can be used as wildcards in the patterns.
Only user names are valid; a numerical user ID is not recognized.
By default, login is allowed for all users.
+If the pattern takes the form USER@HOST then USER and HOST
+are separately checked, restricting logins to particular
+users from particular hosts.
.It Cm GatewayPorts
Specifies whether remote hosts are allowed to connect to ports
forwarded for the client.