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.5 | |
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.5')
-rw-r--r-- | sshd_config.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 4ef8b9e6d..1522355a8 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: sshd_config.5,v 1.136 2011/09/09 00:43:00 djm Exp $ | 36 | .\" $OpenBSD: sshd_config.5,v 1.137 2012/04/12 02:42:32 djm Exp $ |
37 | .Dd $Mdocdate: September 9 2011 $ | 37 | .Dd $Mdocdate: April 12 2012 $ |
38 | .Dt SSHD_CONFIG 5 | 38 | .Dt SSHD_CONFIG 5 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -1079,6 +1079,11 @@ is set to | |||
1079 | .Dq sandbox | 1079 | .Dq sandbox |
1080 | then the pre-authentication unprivileged process is subject to additional | 1080 | then the pre-authentication unprivileged process is subject to additional |
1081 | restrictions. | 1081 | restrictions. |
1082 | .It Cm VersionAddendum | ||
1083 | Optionally specifies additional text to append to the SSH protocol banner | ||
1084 | sent by the server upon connection. | ||
1085 | The default is | ||
1086 | .Dq none . | ||
1082 | .It Cm X11DisplayOffset | 1087 | .It Cm X11DisplayOffset |
1083 | Specifies the first display number available for | 1088 | Specifies the first display number available for |
1084 | .Xr sshd 8 Ns 's | 1089 | .Xr sshd 8 Ns 's |