summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd.89
2 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 47d07d231..600311ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,10 @@
32 [sshd.8 sshd_config.5] 32 [sshd.8 sshd_config.5]
33 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable 33 Escape ?, * and ! in .Ql for nroff compatibility. OpenSSH Portable
34 Bug #550 and * escaping suggested by jmc@. 34 Bug #550 and * escaping suggested by jmc@.
35 - david@cvs.openbsd.org 2003/04/30 20:41:07
36 [sshd.8]
37 fix invalid .Pf macro usage introduced in previous commit
38 ok jmc@ mouring@
35 39
3620030512 4020030512
37 - (djm) Redhat spec: Don't install profile.d scripts when not 41 - (djm) Redhat spec: Don't install profile.d scripts when not
@@ -1419,4 +1423,4 @@
1419 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1423 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1420 ok provos@ 1424 ok provos@
1421 1425
1422$Id: ChangeLog,v 1.2685 2003/05/14 03:44:42 djm Exp $ 1426$Id: ChangeLog,v 1.2686 2003/05/14 03:44:58 djm Exp $
diff --git a/sshd.8 b/sshd.8
index 1d4e90fb2..f7464d95b 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.195 2003/04/30 01:16:20 mouring Exp $ 37.\" $OpenBSD: sshd.8,v 1.196 2003/04/30 20:41:07 david Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -429,8 +429,7 @@ that option keywords are case-insensitive):
429Specifies that in addition to public key authentication, the canonical name 429Specifies that in addition to public key authentication, the canonical name
430of the remote host must be present in the comma-separated list of 430of the remote host must be present in the comma-separated list of
431patterns 431patterns
432.Pf ( 432.Pf ( Ql \&*
433.Ql \&*
434and 433and
435.Ql \&? 434.Ql \&?
436serve as wildcards). 435serve as wildcards).
@@ -525,8 +524,8 @@ Each line in these files contains the following fields: hostnames,
525bits, exponent, modulus, comment. 524bits, exponent, modulus, comment.
526The fields are separated by spaces. 525The fields are separated by spaces.
527.Pp 526.Pp
528Hostnames is a comma-separated list of patterns ( 527Hostnames is a comma-separated list of patterns
529.Ql \&* 528.Pf ( Ql \&*
530and 529and
531.Ql \&? 530.Ql \&?
532act as 531act as