Getting Started Guide

HostKeyAlias
Use this directive to specify an alias that must be used, instead of the real host name, when looking
up or saving the host key in the host key database files. This directive can also be used to tunnel
secure connections or for multiple servers running on a single host.
This directive does not have a default value.
For example:
HostKeyAlias server01
HostName
Use this directive to specify the real host name to log in to. This directive can also be used to specify
nicknames or abbreviations for hosts. If the hostname contains the character sequence %h, then
this is replaced with the host name specified on the command line.
Numeric IP addresses are permitted on both the command line and HostName specifications.
The default setting is the name given on the command line.
For example:
HostName john.users.com
IdentityFile
Use this directive to specify a file from which the RSA, DSA or ECDSA authentication identity of
the user is read.
The default setting is as follows:
For SSH-1:
$HOME/.ssh/identity
For SSH-2:
$HOME/.ssh/id_rsa, $HOME/.ssh/id_dsa, and $HOME/.ssh/id_ecdsa
For example:
IdentityFile $HOME/.ssh/id_rsa
IdentitiesOnly
Use this directive to specify that ssh must use only the authentication identity files configured in
the ssh_config file, even if thessh-agent offers more identities.
The default setting is no.
For example:
IdentitiesOnly no
IPQoS
Use this directive to specify the IPv4 type of service or DSCP class for connections.
The accepted values are as follows:
af11
af12
af13
af14
af22
af23
af31
af32
Client Configuration Directives 89