summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sshd.85
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f595caff9..a3ec14bef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 [auth.c match.c match.h] 24 [auth.c match.c match.h]
25 delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers 25 delay hostname lookup until we see a ``@'' in DenyUsers and AllowUsers
26 for sshd -u0; ok markus@ 26 for sshd -u0; ok markus@
27 - stevesk@cvs.openbsd.org 2002/02/28 20:36:42
28 [sshd.8]
29 DenyUsers allows user@host pattern also
27 30
2820020226 3120020226
29 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests 32 - (tim) Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
@@ -7755,4 +7758,4 @@
7755 - Wrote replacements for strlcpy and mkdtemp 7758 - Wrote replacements for strlcpy and mkdtemp
7756 - Released 1.0pre1 7759 - Released 1.0pre1
7757 7760
7758$Id: ChangeLog,v 1.1897 2002/03/05 01:35:23 mouring Exp $ 7761$Id: ChangeLog,v 1.1898 2002/03/05 01:37:12 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index cf7410990..ff816aee7 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.168 2002/02/10 01:07:05 deraadt Exp $ 37.\" $OpenBSD: sshd.8,v 1.169 2002/02/28 20:36:42 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -457,6 +457,9 @@ and
457can be used as wildcards in the patterns. 457can be used as wildcards in the patterns.
458Only user names are valid; a numerical user ID is not recognized. 458Only user names are valid; a numerical user ID is not recognized.
459By default, login is allowed for all users. 459By default, login is allowed for all users.
460If the pattern takes the form USER@HOST then USER and HOST
461are separately checked, restricting logins to particular
462users from particular hosts.
460.It Cm GatewayPorts 463.It Cm GatewayPorts
461Specifies whether remote hosts are allowed to connect to ports 464Specifies whether remote hosts are allowed to connect to ports
462forwarded for the client. 465forwarded for the client.