diff options
author | 2012-04-12 02:42:32 +0000 | |
---|---|---|
committer | 2012-04-12 02:42:32 +0000 | |
commit | 4ac8c3f5d6df4140a8fba39dec4c861b03c7a65c (patch) | |
tree | 88c051695446778de110118945f50db5d9e14d59 /usr.bin/ssh/sshd_config.5 | |
parent | In the "reply" code path, lock the socket while invoking the (diff) | |
download | wireguard-openbsd-4ac8c3f5d6df4140a8fba39dec4c861b03c7a65c.tar.xz wireguard-openbsd-4ac8c3f5d6df4140a8fba39dec4c861b03c7a65c.zip |
VersionAddendum option to allow server operators to append some arbitrary
text to the SSH-... banner; ok deraadt@ "don't care" markus@
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 9fe2afb4a1c..1d56d7234f5 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd_config.5,v 1.136 2011/09/09 00:43:00 djm Exp $ -.Dd $Mdocdate: September 9 2011 $ +.\" $OpenBSD: sshd_config.5,v 1.137 2012/04/12 02:42:32 djm Exp $ +.Dd $Mdocdate: April 12 2012 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -1056,6 +1056,11 @@ is set to .Dq sandbox then the pre-authentication unprivileged process is subject to additional restrictions. +.It Cm VersionAddendum +Optionally specifies additional text to append to the SSH protocol banner +sent by the server upon connection. +The default is +.Dq none . .It Cm X11DisplayOffset Specifies the first display number available for .Xr sshd 8 Ns 's |