diff options
author | Damien Miller <djm@mindrot.org> | 2012-04-22 11:24:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-04-22 11:24:43 +1000 |
commit | 23528816dc10165b3bc009f2ab5fdf1653db418c (patch) | |
tree | e5116ca83a35c9ede7bc5039ceffe352e0d05588 /sshd_config | |
parent | 839f743464ae1cdd7d75b2e759738a9e8d00d609 (diff) |
- 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_config | 3 |
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 @@ | |||
1 | # $OpenBSD: sshd_config,v 1.84 2011/05/23 03:30:07 djm Exp $ | 1 | # $OpenBSD: sshd_config,v 1.85 2012/04/12 02:42:32 djm Exp $ |
2 | 2 | ||
3 | # This is the sshd server system-wide configuration file. See | 3 | # This is the sshd server system-wide configuration file. See |
4 | # sshd_config(5) for more information. | 4 | # sshd_config(5) for more information. |
@@ -107,6 +107,7 @@ AuthorizedKeysFile .ssh/authorized_keys | |||
107 | #MaxStartups 10 | 107 | #MaxStartups 10 |
108 | #PermitTunnel no | 108 | #PermitTunnel no |
109 | #ChrootDirectory none | 109 | #ChrootDirectory none |
110 | #VersionAddendum none | ||
110 | 111 | ||
111 | # no default banner path | 112 | # no default banner path |
112 | #Banner none | 113 | #Banner none |