diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-02 12:57:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-02 12:57:53 +0000 |
commit | 69429a3b488de978af7bd48de074547663a1ba1f (patch) | |
tree | 80fd22d82e436bdbf7bd906669212c33b91a4ccc | |
parent | ce818e921ccfbc3100113e0a44f36eb3ec2d64df (diff) |
point at sshd(8) and ssh(1)
-rw-r--r-- | usr.bin/ssh/ssh_config | 8 | ||||
-rw-r--r-- | usr.bin/ssh/sshd_config | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index e7dabbf53d1..cfaf2313f84 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,8 +1,8 @@ -# $OpenBSD: ssh_config,v 1.7 2001/01/29 01:58:18 niklas Exp $ +# $OpenBSD: ssh_config,v 1.8 2001/02/02 12:57:51 deraadt Exp $ -# This is ssh client systemwide configuration file. This file provides -# defaults for users, and the values can be changed in per-user configuration -# files or on the command line. +# This is ssh client systemwide 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. # 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 25c0ec3f71b..c4eec67d76c 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -1,6 +1,7 @@ -# $OpenBSD: sshd_config,v 1.27 2001/01/29 01:58:19 niklas Exp $ +# $OpenBSD: sshd_config,v 1.28 2001/02/02 12:57:52 deraadt Exp $ -# This is ssh server systemwide configuration file. +# This is the sshd server system-wide configuration file. See sshd(8) +# for more information. Port 22 #Protocol 2,1 |