Deleted Added
full compact
sshd_config.5 (162857) sshd_config.5 (164149)
1.\" -*- nroff -*-
2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this

--- 21 unchanged lines hidden (view full) ---

30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\"
37.\" $OpenBSD: sshd_config.5,v 1.70 2006/08/21 08:14:01 dtucker Exp $
1.\" -*- nroff -*-
2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
5.\" All rights reserved
6.\"
7.\" As far as I am concerned, the code I have written for this software
8.\" can be used freely for any purpose. Any derived versions of this

--- 21 unchanged lines hidden (view full) ---

30.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
31.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\"
37.\" $OpenBSD: sshd_config.5,v 1.70 2006/08/21 08:14:01 dtucker Exp $
38.\" $FreeBSD: head/crypto/openssh/sshd_config.5 162857 2006-09-30 13:39:07Z des $
38.\" $FreeBSD: head/crypto/openssh/sshd_config.5 164149 2006-11-10 16:52:41Z des $
39.Dd September 25, 1999
40.Dt SSHD_CONFIG 5
41.Os
42.Sh NAME
43.Nm sshd_config
44.Nd OpenSSH SSH daemon configuration file
45.Sh SYNOPSIS
46.Bl -tag -width Ds -compact

--- 808 unchanged lines hidden (view full) ---

855The goal of privilege separation is to prevent privilege
856escalation by containing any corruption within the unprivileged processes.
857The default is
858.Dq yes .
859.It Cm VersionAddendum
860Specifies a string to append to the regular version string to identify
861OS- or site-specific modifications.
862The default is
39.Dd September 25, 1999
40.Dt SSHD_CONFIG 5
41.Os
42.Sh NAME
43.Nm sshd_config
44.Nd OpenSSH SSH daemon configuration file
45.Sh SYNOPSIS
46.Bl -tag -width Ds -compact

--- 808 unchanged lines hidden (view full) ---

855The goal of privilege separation is to prevent privilege
856escalation by containing any corruption within the unprivileged processes.
857The default is
858.Dq yes .
859.It Cm VersionAddendum
860Specifies a string to append to the regular version string to identify
861OS- or site-specific modifications.
862The default is
863.Dq FreeBSD-20060930 .
863.Dq FreeBSD-20061110 .
864.It Cm X11DisplayOffset
865Specifies the first display number available for
866.Xr sshd 8 Ns 's
867X11 forwarding.
868This prevents sshd from interfering with real X11 servers.
869The default is 10.
870.It Cm X11Forwarding
871Specifies whether X11 forwarding is permitted.

--- 126 unchanged lines hidden ---
864.It Cm X11DisplayOffset
865Specifies the first display number available for
866.Xr sshd 8 Ns 's
867X11 forwarding.
868This prevents sshd from interfering with real X11 servers.
869The default is 10.
870.It Cm X11Forwarding
871Specifies whether X11 forwarding is permitted.

--- 126 unchanged lines hidden ---