diff options
-rw-r--r-- | usr.bin/ssh/ssh_config | 10 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 672462657c7..ef31d4336bf 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/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/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 35af8ffbe90..1b5f70b8e37 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/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. # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where |