summaryrefslogtreecommitdiffstats
path: root/sshd_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-22 03:24:43 +0200
committerDamien Miller <djm@mindrot.org>2012-04-22 03:24:43 +0200
commit23528816dc10165b3bc009f2ab5fdf1653db418c (patch)
treee5116ca83a35c9ede7bc5039ceffe352e0d05588 /sshd_config
parent - djm@cvs.openbsd.org 2012/04/11 13:34:17 (diff)
downloadopenssh-23528816dc10165b3bc009f2ab5fdf1653db418c.tar.xz
openssh-23528816dc10165b3bc009f2ab5fdf1653db418c.zip
- djm@cvs.openbsd.org 2012/04/12 02:42:32
[servconf.c servconf.h sshd.c sshd_config sshd_config.5] VersionAddendum option to allow server operators to append some arbitrary text to the SSH-... banner; ok deraadt@ "don't care" markus@
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/sshd_config b/sshd_config
index 473e86654..99dbd8580 100644
--- a/sshd_config
+++ b/sshd_config
@@ -1,4 +1,4 @@
-# $OpenBSD: sshd_config,v 1.84 2011/05/23 03:30:07 djm Exp $
+# $OpenBSD: sshd_config,v 1.85 2012/04/12 02:42:32 djm Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
@@ -107,6 +107,7 @@ AuthorizedKeysFile .ssh/authorized_keys
#MaxStartups 10
#PermitTunnel no
#ChrootDirectory none
+#VersionAddendum none
# no default banner path
#Banner none