summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-02-28 20:36:43 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-02-28 20:36:43 +0000
commite886648ceee64a8493be10894eaff29d88f58024 (patch)
tree2957b9ba64abeddbf7c4b6f7cecc7c1565afa8f8
parent93f77818258726c32cc88fbf17985950798589d2 (diff)
DenyUsers allows user@host pattern also
-rw-r--r--usr.bin/ssh/sshd.85
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8
index e8f46d06b26..a08739718b7 100644
--- a/usr.bin/ssh/sshd.8
+++ b/usr.bin/ssh/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.