summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-21 01:06:03 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-21 01:06:03 +0000
commit9721e92ba8ec5e1c1c3926ce94260605b73243b3 (patch)
tree9900e64c0d6649ac0c3900d3934c6aabadfcac75
parent3072aae53a6dd2543d867f26e771eefb87f3adbd (diff)
- stevesk@cvs.openbsd.org 2002/06/20 20:03:34
[ssh_config sshd_config] refer to config file man page
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config10
-rw-r--r--sshd_config6
3 files changed, 12 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fbdc164e..ff32573d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@
42 - stevesk@cvs.openbsd.org 2002/06/20 20:00:05 42 - stevesk@cvs.openbsd.org 2002/06/20 20:00:05
43 [scp.1 sftp.1] 43 [scp.1 sftp.1]
44 ssh_config(5) 44 ssh_config(5)
45 - stevesk@cvs.openbsd.org 2002/06/20 20:03:34
46 [ssh_config sshd_config]
47 refer to config file man page
45 - (bal) Cygwin special handling of empty passwords wrong. Patch by 48 - (bal) Cygwin special handling of empty passwords wrong. Patch by
46 vinschen@redhat.com 49 vinschen@redhat.com
47 50
@@ -972,4 +975,4 @@
972 - (stevesk) entropy.c: typo in debug message 975 - (stevesk) entropy.c: typo in debug message
973 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 976 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
974 977
975$Id: ChangeLog,v 1.2228 2002/06/21 01:00:40 mouring Exp $ 978$Id: ChangeLog,v 1.2229 2002/06/21 01:06:03 mouring Exp $
diff --git a/ssh_config b/ssh_config
index 672462657..ef31d4336 100644
--- a/ssh_config
+++ b/ssh_config
@@ -1,9 +1,9 @@
1# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $ 1# $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
2 2
3# This is the ssh client system-wide configuration file. See ssh(1) 3# This is the ssh client system-wide configuration file. See
4# for more information. This file provides defaults for users, and 4# ssh_config(5) for more information. This file provides defaults for
5# the values can be changed in per-user configuration files or on the 5# users, and the values can be changed in per-user configuration files
6# command line. 6# or on the command line.
7 7
8# Configuration data is parsed as follows: 8# Configuration data is parsed as follows:
9# 1. command line options 9# 1. command line options
diff --git a/sshd_config b/sshd_config
index b870cb434..35e58fcf5 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,7 +1,7 @@
1# $OpenBSD: sshd_config,v 1.54 2002/05/15 21:56:38 markus Exp $ 1# $OpenBSD: sshd_config,v 1.55 2002/06/20 20:03:34 stevesk Exp $
2 2
3# This is the sshd server system-wide configuration file. See sshd(8) 3# This is the sshd server system-wide configuration file. See
4# for more information. 4# sshd_config(5) for more information.
5 5
6# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin 6# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
7 7