summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-02 18:18:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-02 18:18:21 +0000
commit55b99e35c7cf4d9a63d2c6689fc8bb0dd914f97a (patch)
tree799a17aa4efe30b07e8653ad48ebd95aa2db2ca1
parent6189e1905cd1347512fd8e747316684abca915d6 (diff)
- stevesk@cvs.openbsd.org 2001/04/02 14:15:31
[sshd.8] typo; ok markus@
-rw-r--r--ChangeLog8
-rw-r--r--sshd.84
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f73e98..35455ed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20010403
+ - OpenBSD CVS Sync
+ - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
+ [sshd.8]
+ typo; ok markus@
+
20010402
- (stevesk) log.c openbsd sync; missing newlines
- (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
@@ -4796,4 +4802,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1044 2001/04/02 14:02:55 stevesk Exp $
+$Id: ChangeLog,v 1.1045 2001/04/02 18:18:21 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 1592db59..65d3ca75 100644
--- a/sshd.8
+++ b/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.108 2001/03/25 13:16:11 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.109 2001/04/02 14:15:31 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -947,7 +947,7 @@ Note that
.Nm
does not start if this file is group/world-accessible.
.It Pa /etc/ssh_host_key.pub, /etc/ssh_host_dsa_key.pub, /etc/ssh_host_rsa_key.pub
-There three files contain the public parts of the
+These three files contain the public parts of the
(SSH1, SSH2 DSA, and SSH2 RSA) host keys.
These files should be world-readable but writable only by
root.