ssh_config.5 (545d5eca429a5967b3300cb527d49cae8184e79f) | ssh_config.5 (614c49a9104eea2804722ce76422ea89df6d1611) |
---|---|
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.1 2002/06/20 19:56:07 stevesk 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.1 2002/06/20 19:56:07 stevesk Exp $ |
38.\" $FreeBSD$ |
|
38.Dd September 25, 1999 39.Dt SSH_CONFIG 5 40.Os 41.Sh NAME 42.Nm ssh_config 43.Nd OpenSSH SSH client configuration files 44.Sh SYNOPSIS 45.Bl -tag -width Ds -compact --- 532 unchanged lines hidden (view full) --- 578Specifies the user to log in as. 579This can be useful when a different user name is used on different machines. 580This saves the trouble of 581having to remember to give the user name on the command line. 582.It Cm UserKnownHostsFile 583Specifies a file to use for the user 584host key database instead of 585.Pa $HOME/.ssh/known_hosts . | 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 --- 532 unchanged lines hidden (view full) --- 579Specifies the user to log in as. 580This can be useful when a different user name is used on different machines. 581This saves the trouble of 582having to remember to give the user name on the command line. 583.It Cm UserKnownHostsFile 584Specifies a file to use for the user 585host key database instead of 586.Pa $HOME/.ssh/known_hosts . |
587.It Cm VersionAddendum 588Specifies a string to append to the regular version string to identify 589OS- or site-specific modifications. |
|
586.It Cm XAuthLocation 587Specifies the location of the 588.Xr xauth 1 589program. 590The default is 591.Pa /usr/X11R6/bin/xauth . 592.El 593.Sh FILES --- 28 unchanged lines hidden --- | 590.It Cm XAuthLocation 591Specifies the location of the 592.Xr xauth 1 593program. 594The default is 595.Pa /usr/X11R6/bin/xauth . 596.El 597.Sh FILES --- 28 unchanged lines hidden --- |