[BACK]Return to ssh_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.10 and 1.11

version 1.10, 2003/05/16 03:27:12 version 1.11, 2003/05/20 12:09:32
Line 116 
Line 116 
 argument given on the command line (i.e., the name is not converted to  argument given on the command line (i.e., the name is not converted to
 a canonicalized host name before matching).  a canonicalized host name before matching).
 .It Cm AddressFamily  .It Cm AddressFamily
 Specifies which address family to use when connecting. Valid arguments are  Specifies which address family to use when connecting.
   Valid arguments are
 .Dq any ,  .Dq any ,
 .Dq inet  .Dq inet
 (Use IPv4 only) or  (Use IPv4 only) or
Line 236 
Line 237 
 The default is 1.  The default is 1.
 .It Cm ConnectTimeout  .It Cm ConnectTimeout
 Specifies the timeout (in seconds) used when connecting to the ssh  Specifies the timeout (in seconds) used when connecting to the ssh
 server, instead of using the default system TCP timeout. This value is  server, instead of using the default system TCP timeout.
 used only when the target is down or really unreachable, not when it  This value is used only when the target is down or really unreachable,
 refuses the connection.  not when it refuses the connection.
 .It Cm DynamicForward  .It Cm DynamicForward
 Specifies that a TCP/IP port on the local machine be forwarded  Specifies that a TCP/IP port on the local machine be forwarded
 over the secure channel, and the application  over the secure channel, and the application
Line 351 
Line 352 
 specifications).  specifications).
 .It Cm IdentityFile  .It Cm IdentityFile
 Specifies a file from which the user's RSA or DSA authentication identity  Specifies a file from which the user's RSA or DSA authentication identity
 is read. The default is  is read.
   The default is
 .Pa $HOME/.ssh/identity  .Pa $HOME/.ssh/identity
 for protocol version 1, and  for protocol version 1, and
 .Pa $HOME/.ssh/id_rsa  .Pa $HOME/.ssh/id_rsa
Line 448 
Line 450 
 Default is 22.  Default is 22.
 .It Cm PreferredAuthentications  .It Cm PreferredAuthentications
 Specifies the order in which the client should try protocol 2  Specifies the order in which the client should try protocol 2
 authentication methods. This allows a client to prefer one method (e.g.  authentication methods.
   This allows a client to prefer one method (e.g.
 .Cm keyboard-interactive )  .Cm keyboard-interactive )
 over another method (e.g.  over another method (e.g.
 .Cm password )  .Cm password )
Line 561 
Line 564 
 .Dq yes .  .Dq yes .
 Note that this option applies to protocol version 1 only.  Note that this option applies to protocol version 1 only.
 .It Cm SmartcardDevice  .It Cm SmartcardDevice
 Specifies which smartcard device to use. The argument to this keyword is  Specifies which smartcard device to use.
 the device  The argument to this keyword is the device
 .Nm ssh  .Nm ssh
 should use to communicate with a smartcard used for storing the user's  should use to communicate with a smartcard used for storing the user's
 private RSA key. By default, no device is specified and smartcard support  private RSA key.
 is not activated.  By default, no device is specified and smartcard support is not activated.
 .It Cm StrictHostKeyChecking  .It Cm StrictHostKeyChecking
 If this flag is set to  If this flag is set to
 .Dq yes ,  .Dq yes ,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11