diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | sshd_config.5 | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20030124 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - jmc@cvs.openbsd.org 2003/01/23 08:58:47 | ||
4 | [sshd_config.5] | ||
5 | typos; ok millert@ | ||
6 | |||
1 | 20030123 | 7 | 20030123 |
2 | - (djm) OpenBSD CVS Sync | 8 | - (djm) OpenBSD CVS Sync |
3 | - djm@cvs.openbsd.org 2003/01/23 00:03:00 | 9 | - djm@cvs.openbsd.org 2003/01/23 00:03:00 |
@@ -1056,4 +1062,4 @@ | |||
1056 | save auth method before monitor_reset_key_state(); bugzilla bug #284; | 1062 | save auth method before monitor_reset_key_state(); bugzilla bug #284; |
1057 | ok provos@ | 1063 | ok provos@ |
1058 | 1064 | ||
1059 | $Id: ChangeLog,v 1.2582 2003/01/23 06:41:20 djm Exp $ | 1065 | $Id: ChangeLog,v 1.2583 2003/01/24 00:34:52 djm Exp $ |
diff --git a/sshd_config.5 b/sshd_config.5 index 0944ba076..23ac0e96d 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -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_config.5,v 1.13 2002/09/16 20:12:11 stevesk Exp $ | 37 | .\" $OpenBSD: sshd_config.5,v 1.14 2003/01/23 08:58:47 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSHD_CONFIG 5 | 39 | .Dt SSHD_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -89,7 +89,7 @@ own forwarders. | |||
89 | .It Cm AllowUsers | 89 | .It Cm AllowUsers |
90 | This keyword can be followed by a list of user name patterns, separated | 90 | This keyword can be followed by a list of user name patterns, separated |
91 | by spaces. | 91 | by spaces. |
92 | If specified, login is allowed only for users names that | 92 | If specified, login is allowed only for user names that |
93 | match one of the patterns. | 93 | match one of the patterns. |
94 | .Ql \&* | 94 | .Ql \&* |
95 | and | 95 | and |