summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--sshd.88
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e90d34a..9ab91c189 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@
8 [ssh_config.5] 8 [ssh_config.5]
9 do not mark up punctuation; 9 do not mark up punctuation;
10 whitespace; 10 whitespace;
11 - jmc@cvs.openbsd.org 2005/03/01 14:59:49
12 [sshd.8]
13 new sentence, new line;
14 whitespace;
11 15
1220050301 1620050301
13 - (djm) OpenBSD CVS sync: 17 - (djm) OpenBSD CVS sync:
@@ -2227,4 +2231,4 @@
2227 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2231 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2228 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2232 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2229 2233
2230$Id: ChangeLog,v 1.3677 2005/03/02 01:03:05 djm Exp $ 2234$Id: ChangeLog,v 1.3678 2005/03/02 01:03:23 djm Exp $
diff --git a/sshd.8 b/sshd.8
index 05b88f59e..ac3bf96cf 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.205 2005/03/01 10:40:27 djm Exp $ 37.\" $OpenBSD: sshd.8,v 1.206 2005/03/01 14:59:49 jmc Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -554,9 +554,9 @@ pattern, it is not accepted (by that line) even if it matched another
554pattern on the line. 554pattern on the line.
555.Pp 555.Pp
556Alternately, hostnames may be stored in a hashed form which hides host names 556Alternately, hostnames may be stored in a hashed form which hides host names
557and addresses should the file's contents be disclosed. Hashed hostnames start 557and addresses should the file's contents be disclosed.
558with a 558Hashed hostnames start with a
559.Ql \&| 559.Ql |
560character. 560character.
561Only one hashed hostname may appear on a single line and none of the above 561Only one hashed hostname may appear on a single line and none of the above
562negation or wildcard operators may be applied. 562negation or wildcard operators may be applied.