summaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:13:41 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:13:41 +1100
commitc5d8635d6a9425289bd0cbfa83b90a4e42e6a72a (patch)
tree9a431368be8d4ee5e8742c44870b34a3dfd457f7 /sshd_config
parent43cba34b649a2df8c170e17a5655d060830a386e (diff)
- markus@cvs.openbsd.org 2002/01/29 14:32:03
[auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c servconf.c servconf.h session.c sshd.8 sshd_config] s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config b/sshd_config
index d1e8c6b4d..ee2e6ac89 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
1# $OpenBSD: sshd_config,v 1.45 2002/01/27 14:57:46 stevesk Exp $ 1# $OpenBSD: sshd_config,v 1.46 2002/01/29 14:32:03 markus 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 sshd(8)
4# for more information. 4# for more information.
@@ -86,7 +86,7 @@
86#MaxStartups 10 86#MaxStartups 10
87# no default banner path 87# no default banner path
88#Banner /some/path 88#Banner /some/path
89#ReverseMappingCheck no 89#VerifyReverseMapping no
90 90
91# override default of no subsystems 91# override default of no subsystems
92Subsystem sftp /usr/libexec/sftp-server 92Subsystem sftp /usr/libexec/sftp-server