[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.126 and 1.127

version 1.126, 2010/01/09 23:04:13 version 1.127, 2010/02/08 10:50:20
Line 711 
Line 711 
 .Dq no .  .Dq no .
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm PKCS11Provider
   Specifies which PKCS#11 provider to use.
   The argument to this keyword is the PKCS#11 shared libary
   .Xr ssh 1
   should use to communicate with a PKCS#11 token used for storing the user's
   private RSA key.
   By default, no device is specified and PKCS#11 support is not activated.
 .It Cm Port  .It Cm Port
 Specifies the port number to connect on the remote host.  Specifies the port number to connect on the remote host.
 The default is 22.  The default is 22.
Line 927 
Line 934 
 The default  The default
 is 0, indicating that these messages will not be sent to the server.  is 0, indicating that these messages will not be sent to the server.
 This option applies to protocol version 2 only.  This option applies to protocol version 2 only.
 .It Cm SmartcardDevice  
 Specifies which smartcard device to use.  
 The argument to this keyword is the device  
 .Xr ssh 1  
 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 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.126  
changed lines
  Added in v.1.127