Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/notes/common oops; the ssh config changes were:



details:   https://anonhg.NetBSD.org/src/rev/29ad1c8f47d4
branches:  trunk
changeset: 533824:29ad1c8f47d4
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 10 01:22:42 2002 +0000

description:
oops; the ssh config changes were:
        /etc/sshd.conf -> /etc/ssh/sshd_config
        /etc/ssh.conf -> /etc/ssh/ssh_config

diffstat:

 distrib/notes/common/main |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r e0b8ae1baee9 -r 29ad1c8f47d4 distrib/notes/common/main
--- a/distrib/notes/common/main Wed Jul 10 00:54:02 2002 +0000
+++ b/distrib/notes/common/main Wed Jul 10 01:22:42 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.194 2002/07/09 14:49:27 lukem Exp $
+.\"    $NetBSD: main,v 1.195 2002/07/10 01:22:42 lukem Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1211,13 +1211,13 @@
 files and the
 host key files
 .Pa ssh_host*_key* .
-.Pa /etc/ssh_config
+.Pa /etc/ssh.conf
 was renamed to
-.Pa /etc/ssh/ssh.conf ,
+.Pa /etc/ssh/ssh_config ,
 and
-.Pa /etc/sshd_config
+.Pa /etc/sshd.conf
 was renamed to
-.Pa /etc/ssh/sshd.conf .
+.Pa /etc/ssh/sshd_config .
 .
 .It
 The



Home | Main Index | Thread Index | Old Index