Deleted Added
full compact
ssh_config.5 (164149) ssh_config.5 (169966)
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: ssh_config.5,v 1.97 2006/07/27 08:00:50 jmc 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: ssh_config.5,v 1.97 2006/07/27 08:00:50 jmc Exp $
38.\" $FreeBSD: head/crypto/openssh/ssh_config.5 164149 2006-11-10 16:52:41Z des $
38.\" $FreeBSD: head/crypto/openssh/ssh_config.5 169966 2007-05-24 22:04:07Z des $
39.Dd September 25, 1999
40.Dt SSH_CONFIG 5
41.Os
42.Sh NAME
43.Nm ssh_config
44.Nd OpenSSH SSH client configuration files
45.Sh SYNOPSIS
46.Bl -tag -width Ds -compact

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

1041OS- or site-specific modifications.
1042The default is
1043.Dq FreeBSD-20061110 .
1044.It Cm XAuthLocation
1045Specifies the full pathname of the
1046.Xr xauth 1
1047program.
1048The default is
39.Dd September 25, 1999
40.Dt SSH_CONFIG 5
41.Os
42.Sh NAME
43.Nm ssh_config
44.Nd OpenSSH SSH client configuration files
45.Sh SYNOPSIS
46.Bl -tag -width Ds -compact

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

1041OS- or site-specific modifications.
1042The default is
1043.Dq FreeBSD-20061110 .
1044.It Cm XAuthLocation
1045Specifies the full pathname of the
1046.Xr xauth 1
1047program.
1048The default is
1049.Pa /usr/X11R6/bin/xauth .
1049.Pa /usr/local/bin/xauth .
1050.El
1051.Sh PATTERNS
1052A
1053.Em pattern
1054consists of zero or more non-whitespace characters,
1055.Sq *
1056(a wildcard that matches zero or more characters),
1057or

--- 54 unchanged lines hidden ---
1050.El
1051.Sh PATTERNS
1052A
1053.Em pattern
1054consists of zero or more non-whitespace characters,
1055.Sq *
1056(a wildcard that matches zero or more characters),
1057or

--- 54 unchanged lines hidden ---