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

Diff for /src/usr.bin/ssh/sshd.8 between version 1.104 and 1.105

version 1.104, 2001/03/05 14:28:47 version 1.105, 2001/03/05 16:07:15
Line 352 
Line 352 
 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 default is  The default is
 .Dq 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc .  .Dq aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour.
 .It Cm CheckMail  .It Cm CheckMail
 Specifies whether  Specifies whether
 .Nm  .Nm
Line 514 
Line 514 
 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 MaxStartups  .It Cm MaxStartups

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105