[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.44 and 1.45

version 1.44, 2000/04/12 21:47:51 version 1.45, 2000/04/12 23:00:28
Line 548 
Line 548 
 are supported.  are supported.
 The default is  The default is
 .Dq 3des .  .Dq 3des .
   .It Cm Ciphers
   Specifies the ciphers allowed for protocol version 2
   in order of preference.
   Multiple ciphers must be comma-separated.
   The default is
   .Dq blowfish-cbc,3des-cbc,arcfour,cast128-cbc .
 .It Cm Compression  .It Cm Compression
 Specifies whether to use compression.  Specifies whether to use compression.
 The argument must be  The argument must be
Line 697 
Line 703 
 .It Cm Port  .It Cm Port
 Specifies the port number to connect on the remote host.  Specifies the port number to connect on the remote host.
 Default is 22.  Default is 22.
   .It Cm Protocol
   Specifies the protocol versions
   .Nm
   should support in order of preference.
   The possible values are
   .Dq 1
   and
   .Dq 2 .
   Multiple versions must be comma-separated.
   The default is
   .Dq 1 .
 .It Cm ProxyCommand  .It Cm ProxyCommand
 Specifies the command to use to connect to the server.  Specifies the command to use to connect to the server.
 The command  The command

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45