[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.343 and 1.344

version 1.343, 2013/12/07 11:58:46 version 1.344, 2014/03/17 19:44:10
Line 154 
Line 154 
 .Dq blowfish ,  .Dq blowfish ,
 and  and
 .Dq des .  .Dq des .
 .Ar 3des  
 (triple-des) is an encrypt-decrypt-encrypt triple with three different keys.  
 It is believed to be secure.  
 .Ar blowfish  
 is a fast block cipher; it appears very secure and is much faster than  
 .Ar 3des .  
 .Ar des  
 is only supported in the  
 .Nm  
 client for interoperability with legacy protocol 1 implementations  
 that do not support the  
 .Ar 3des  
 cipher.  
 Its use is strongly discouraged due to cryptographic weaknesses.  
 The default is  
 .Dq 3des .  
 .Pp  
 For protocol version 2,  For protocol version 2,
 .Ar cipher_spec  .Ar cipher_spec
 is a comma-separated list of ciphers  is a comma-separated list of ciphers

Legend:
Removed from v.1.343  
changed lines
  Added in v.1.344