From 54e5539d1a3dedfd4ab737189dddd599ca440773 Mon Sep 17 00:00:00 2001 From: mouring Date: Fri, 21 Jun 2002 01:06:03 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2002/06/20 20:03:34 [ssh_config sshd_config] refer to config file man page --- ChangeLog | 3 +++ ssh_config | 10 +++++----- sshd_config | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a4b4add5..0721b9c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,9 @@ - stevesk@cvs.openbsd.org 2002/06/20 20:00:05 [scp.1 sftp.1] ssh_config(5) + - stevesk@cvs.openbsd.org 2002/06/20 20:03:34 + [ssh_config sshd_config] + refer to config file man page - (bal) Cygwin special handling of empty passwords wrong. Patch by vinschen@redhat.com diff --git a/ssh_config b/ssh_config index 67246265..ef31d433 100644 --- a/ssh_config +++ b/ssh_config @@ -1,9 +1,9 @@ -# $OpenBSD: ssh_config,v 1.14 2002/06/10 21:21:10 stevesk Exp $ +# $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $ -# This is the ssh client system-wide configuration file. See ssh(1) -# for more information. This file provides defaults for users, and -# the values can be changed in per-user configuration files or on the -# command line. +# This is the ssh client system-wide configuration file. See +# ssh_config(5) for more information. This file provides defaults for +# users, and the values can be changed in per-user configuration files +# or on the command line. # Configuration data is parsed as follows: # 1. command line options diff --git a/sshd_config b/sshd_config index b870cb43..35e58fcf 100644 --- a/sshd_config +++ b/sshd_config @@ -1,7 +1,7 @@ -# $OpenBSD: sshd_config,v 1.54 2002/05/15 21:56:38 markus Exp $ +# $OpenBSD: sshd_config,v 1.55 2002/06/20 20:03:34 stevesk Exp $ -# This is the sshd server system-wide configuration file. See sshd(8) -# for more information. +# This is the sshd server system-wide configuration file. See +# sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin -- 2.45.2