[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.49 and 1.50

version 1.49, 2000/05/03 22:01:09 version 1.50, 2000/05/06 17:45:37
Line 502 
Line 502 
 .It Fl 2  .It Fl 2
 Forces  Forces
 .Nm  .Nm
 to use protocol version 2 only.  to try protocol version 2 only.
 .It Fl 4  .It Fl 4
 Forces  Forces
 .Nm  .Nm
Line 619 
Line 619 
 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.
   .It Cm DSAAuthentication
   Specifies whether to try DSA authentication.
   The argument to this keyword must be
   .Dq yes
   or
   .Dq no .
   DSA authentication will only be
   attempted if a DSA identity file exists.
   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:
 .Ql ~ ) .  .Ql ~ ) .
Line 758 
Line 767 
 .Dq yes  .Dq yes
 or  or
 .Dq no .  .Dq no .
   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.
 Default is 22.  Default is 22.
Line 840 
Line 850 
 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.
   Note that this option applies to protocol version 1 only.
 .It Cm SkeyAuthentication  .It Cm SkeyAuthentication
 Specifies whether to use  Specifies whether to use
 .Xr skey 1  .Xr skey 1

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50