[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.122 and 1.123

version 1.122, 2001/07/22 22:04:19 version 1.123, 2001/07/23 12:47:05
Line 209 
Line 209 
 different authentication methods are available.  different authentication methods are available.
 Using the default values for  Using the default values for
 .Cm PreferredAuthentications ,  .Cm PreferredAuthentications ,
 the client will try to authenticate first using the public key method;  the client will try to authenticate first using the hostbased method;
 if this method fails password authentication is attempted,  if this method fails public key authentication is attempted,
 and finally if this method fails keyboard-interactive authentication  and finally if this method fails keyboard-interactive and
 is attempted.  password authentication are tried.
 If this method fails password authentication is  
 tried.  
 .Pp  .Pp
 The public key method is similar to RSA authentication described  The public key method is similar to RSA authentication described
 in the previous section and allows the RSA or DSA algorithm to be used:  in the previous section and allows the RSA or DSA algorithm to be used:
Line 912 
Line 910 
 over another method (e.g.  over another method (e.g.
 .Cm password )  .Cm password )
 The default for this option is:  The default for this option is:
 .Dq publickey,hostbased,password,keyboard-interactive  .Dq hostbased,publickey,keyboard-interactive,password
 .It Cm Protocol  .It Cm Protocol
 Specifies the protocol versions  Specifies the protocol versions
 .Nm  .Nm

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123