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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.99 and 1.100

version 1.99, 2001/03/19 12:49:51 version 1.100, 2001/03/26 15:47:59
Line 640 
Line 640 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq no .
 .It Cm CheckHostIP  .It Cm CheckHostIP
 If this flag is set to  If this flag is set to
 .Dq yes ,  .Dq yes ,
 ssh will additionally check the host ip address in the  ssh will additionally check the host IP address in the
 .Pa known_hosts  .Pa known_hosts
 file.  file.
 This allows ssh to detect if a host key changed due to DNS spoofing.  This allows ssh to detect if a host key changed due to DNS spoofing.
 If the option is set to  If the option is set to
 .Dq no ,  .Dq no ,
 the check will not be executed.  the check will not be executed.
   The default is
   .Dq yes .
 .It Cm Cipher  .It Cm Cipher
 Specifies the cipher to use for encrypting the session  Specifies the cipher to use for encrypting the session
 in protocol version 1.  in protocol version 1.
Line 677 
Line 681 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq no .
 .It Cm CompressionLevel  .It Cm CompressionLevel
 Specifies the compression level to use if compression is enable.  Specifies the compression level to use if compression is enabled.
 The argument must be an integer from 1 (fast) to 9 (slow, best).  The argument must be an integer from 1 (fast) to 9 (slow, best).
 The default level is 6, which is good for most applications.  The default level is 6, which is good for most applications.
 The meaning of the values is the same as in  The meaning of the values is the same as in
Line 688 
Line 694 
 back to rsh or exiting.  back to rsh or exiting.
 The argument must be an integer.  The argument must be an integer.
 This may be useful in scripts if the connection sometimes fails.  This may be useful in scripts if the connection sometimes fails.
   The default is 4.
 .It Cm PubkeyAuthentication  .It Cm PubkeyAuthentication
 Specifies whether to try public key authentication.  Specifies whether to try public key authentication.
 The argument to this keyword must be  The argument to this keyword must be
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq yes .
 Note that this option applies to protocol version 2 only.  Note that this option applies to protocol version 2 only.
 .It Cm EscapeChar  .It Cm EscapeChar
 Sets the escape character (default:  Sets the escape character (default:
Line 720 
Line 729 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq no .
 .It Cm ForwardAgent  .It Cm ForwardAgent
 Specifies whether the connection to the authentication agent (if any)  Specifies whether the connection to the authentication agent (if any)
 will be forwarded to the remote machine.  will be forwarded to the remote machine.
Line 849 
Line 860 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq yes .
 Note that this option applies to both protocol version 1 and 2.  Note that this option applies to both protocol version 1 and 2.
 .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.
Line 923 
Line 936 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq yes .
 .It Cm RhostsRSAAuthentication  .It Cm RhostsRSAAuthentication
 Specifies whether to try rhosts based authentication with RSA host  Specifies whether to try rhosts based authentication with RSA host
 authentication.  authentication.
 This is the primary authentication method for most sites.  
 The argument must be  The argument must be
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   The default is
   .Dq yes .
 .It Cm RSAAuthentication  .It Cm RSAAuthentication
 Specifies whether to try RSA authentication.  Specifies whether to try RSA authentication.
 The argument to this keyword must be  The argument to this keyword must be
Line 940 
Line 956 
 RSA authentication will only be  RSA authentication will only be
 attempted if the identity file exists, or an authentication agent is  attempted if the identity file exists, or an authentication agent is
 running.  running.
   The default is
   .Dq yes .
 Note that this option applies to protocol version 1 only.  Note that this option applies to protocol version 1 only.
 .It Cm ChallengeResponseAuthentication  .It Cm ChallengeResponseAuthentication
 Specifies whether to use challenge response authentication.  Specifies whether to use challenge response authentication.

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100