summaryrefslogtreecommitdiff
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 b4f73e980..35455ed06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120010403
2 - OpenBSD CVS Sync
3 - stevesk@cvs.openbsd.org 2001/04/02 14:15:31
4 [sshd.8]
5 typo; ok markus@
6
120010402 720010402
2 - (stevesk) log.c openbsd sync; missing newlines 8 - (stevesk) log.c openbsd sync; missing newlines
3 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H 9 - (stevesk) sshpty.h openbsd sync; PTY_H -> SSHPTY_H
@@ -4796,4 +4802,4 @@
4796 - Wrote replacements for strlcpy and mkdtemp 4802 - Wrote replacements for strlcpy and mkdtemp
4797 - Released 1.0pre1 4803 - Released 1.0pre1
4798 4804
4799$Id: ChangeLog,v 1.1044 2001/04/02 14:02:55 stevesk Exp $ 4805$Id: ChangeLog,v 1.1045 2001/04/02 18:18:21 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index 1592db591..65d3ca751 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.108 2001/03/25 13:16:11 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.109 2001/04/02 14:15:31 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -947,7 +947,7 @@ Note that
947.Nm 947.Nm
948does not start if this file is group/world-accessible. 948does not start if this file is group/world-accessible.
949.It Pa /etc/ssh_host_key.pub, /etc/ssh_host_dsa_key.pub, /etc/ssh_host_rsa_key.pub 949.It Pa /etc/ssh_host_key.pub, /etc/ssh_host_dsa_key.pub, /etc/ssh_host_rsa_key.pub
950There three files contain the public parts of the 950These three files contain the public parts of the
951(SSH1, SSH2 DSA, and SSH2 RSA) host keys. 951(SSH1, SSH2 DSA, and SSH2 RSA) host keys.
952These files should be world-readable but writable only by 952These files should be world-readable but writable only by
953root. 953root.