[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.229 and 1.230

version 1.229, 2005/12/23 14:55:53 version 1.230, 2005/12/23 23:46:23
Line 186 
Line 186 
 The default is  The default is
 .Dq 3des .  .Dq 3des .
 .Pp  .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
 listed in order of preference.  listed in order of preference.
 The supported ciphers are  The supported ciphers are:
 .Dq 3des-cbc ,  3des-cbc,
 .Dq aes128-cbc ,  aes128-cbc,
 .Dq aes192-cbc ,  aes192-cbc,
 .Dq aes256-cbc ,  aes256-cbc,
 .Dq aes128-ctr ,  aes128-ctr,
 .Dq aes192-ctr ,  aes192-ctr,
 .Dq aes256-ctr ,  aes256-ctr,
 .Dq arcfour128 ,  arcfour128,
 .Dq arcfour256 ,  arcfour256,
 .Dq arcfour ,  arcfour,
 .Dq blowfish-cbc ,  blowfish-cbc,
 and  and
 .Dq cast128-cbc .  cast128-cbc.
 The default is:  The default is:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,  aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230