[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.130 and 1.131

version 1.130, 2001/08/22 16:21:21 version 1.131, 2001/08/22 17:45:16
Line 389 
Line 389 
 .It Fl b Ar bind_address  .It Fl b Ar bind_address
 Specify the interface to transmit from on machines with multiple  Specify the interface to transmit from on machines with multiple
 interfaces or aliased addresses.  interfaces or aliased addresses.
 .It Fl c Ar blowfish|3des  .It Fl c Ar blowfish|3des|des
 Selects the cipher to use for encrypting the session.  Selects the cipher to use for encrypting the session.
 .Ar 3des  .Ar 3des
 is used by default.  is used by default.
 It is believed to be secure.  It is believed to be secure.
 .Ar 3des  .Ar 3des
 (triple-des) is an encrypt-decrypt-encrypt triple with three different keys.  (triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
 It is presumably more secure than the  
 .Ar des  
 cipher which is no longer fully supported in  
 .Nm ssh .  
 .Ar blowfish  .Ar blowfish
 is a fast block cipher, it appears very secure and is much faster than  is a fast block cipher, it appears very secure and is much faster than
 .Ar 3des .  .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.
 .It Fl c Ar cipher_spec  .It Fl c Ar cipher_spec
 Additionally, for protocol version 2 a comma-separated list of ciphers can  Additionally, for protocol version 2 a comma-separated list of ciphers can
 be specified in order of preference.  be specified in order of preference.
Line 714 
Line 718 
 Specifies the cipher to use for encrypting the session  Specifies the cipher to use for encrypting the session
 in protocol version 1.  in protocol version 1.
 Currently,  Currently,
 .Dq blowfish  .Dq blowfish ,
   .Dq 3des ,
 and  and
 .Dq 3des  .Dq des
 are supported.  are supported.
   .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  The default is
 .Dq 3des .  .Dq 3des .
 .It Cm Ciphers  .It Cm Ciphers

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131