[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.93 and 1.94

version 1.93, 2001/03/02 18:54:31 version 1.94, 2001/03/05 15:56:16
Line 228 
Line 228 
 .Pp  .Pp
 Protocol 2 provides additional mechanisms for confidentiality  Protocol 2 provides additional mechanisms for confidentiality
 (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour)  (the traffic is encrypted using 3DES, Blowfish, CAST128 or Arcfour)
 and integrity (hmac-sha1, hmac-md5).  and integrity (hmac-md5, hmac-sha1).
 Note that protocol 1 lacks a strong mechanism for ensuring the  Note that protocol 1 lacks a strong mechanism for ensuring the
 integrity of the connection.  integrity of the connection.
 .Pp  .Pp
Line 667 
Line 667 
 The default is  The default is
 .Pp  .Pp
 .Bd -literal  .Bd -literal
   ``3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc,    ``aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,
     aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc,      aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc,
     rijndael256-cbc,rijndael-cbc@lysator.liu.se''      rijndael256-cbc,rijndael-cbc@lysator.liu.se''
 .Ed  .Ed
Line 831 
Line 831 
 The default is  The default is
 .Pp  .Pp
 .Bd -literal  .Bd -literal
   ``hmac-sha1,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,    ``hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,
     hmac-sha1-96,hmac-md5-96''      hmac-sha1-96,hmac-md5-96''
 .Ed  .Ed
 .It Cm NumberOfPasswordPrompts  .It Cm NumberOfPasswordPrompts

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94