[BACK]Return to sshd_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.166 and 1.167

version 1.166, 2013/11/02 22:39:19 version 1.167, 2013/11/21 00:45:44
Line 336 
Line 336 
 .It Cm Ciphers  .It Cm Ciphers
 Specifies the ciphers allowed for protocol version 2.  Specifies the ciphers allowed for protocol version 2.
 Multiple ciphers must be comma-separated.  Multiple ciphers must be comma-separated.
 The supported ciphers are  The supported ciphers are:
   .Pp
 .Dq 3des-cbc ,  .Dq 3des-cbc ,
 .Dq aes128-cbc ,  .Dq aes128-cbc ,
 .Dq aes192-cbc ,  .Dq aes192-cbc ,
Line 350 
Line 351 
 .Dq arcfour256 ,  .Dq arcfour256 ,
 .Dq arcfour ,  .Dq arcfour ,
 .Dq blowfish-cbc ,  .Dq blowfish-cbc ,
   .Dq cast128-cbc ,
 and  and
 .Dq cast128-cbc .  .Dq chacha20-poly1305@openssh.com .
   .Pp
 The default is:  The default is:
   .Pp
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,  aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
 aes128-gcm@openssh.com,aes256-gcm@openssh.com,  aes128-gcm@openssh.com,aes256-gcm@openssh.com,
   chacha20-poly1305@openssh.com,
 aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,  aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,
 aes256-cbc,arcfour  aes256-cbc,arcfour
 .Ed  .Ed
   .Pp
   The list of available ciphers may also be obtained using the
   .Fl Q
   option of
   .Xr ssh 1 .
 .It Cm ClientAliveCountMax  .It Cm ClientAliveCountMax
 Sets the number of client alive messages (see below) which may be  Sets the number of client alive messages (see below) which may be
 sent without  sent without

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167