[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.107 and 1.108

version 1.107, 2001/04/22 23:58:36 version 1.108, 2001/04/30 11:18:52
Line 49 
Line 49 
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl afgknqstvxACNPTX1246  .Op Fl afgknqstvxACNPTX1246
   .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec  .Op Fl c Ar cipher_spec
 .Op Fl e Ar escape_char  .Op Fl e Ar escape_char
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 383 
Line 384 
 .It Fl A  .It Fl A
 Enables forwarding of the authentication agent connection.  Enables forwarding of the authentication agent connection.
 This can also be specified on a per-host basis in a configuration file.  This can also be specified on a per-host basis in a configuration file.
   .It Fl b Ar bind_address
   Specify the interface to transmit from on machines with multiple
   interfaces or aliased addresses.
 .It Fl c Ar blowfish|3des  .It Fl c Ar blowfish|3des
 Selects the cipher to use for encrypting the session.  Selects the cipher to use for encrypting the session.
 .Ar 3des  .Ar 3des
Line 667 
Line 671 
 .Dq no .  .Dq no .
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm BindAddress
   Specify the interface to transmit from on machines with multiple
   interfaces or aliased addresses.
   Note that this option does not work if
   .Cm UsePrivilegedPort
   is set to
   .Dq yes .
 .It Cm CheckHostIP  .It Cm CheckHostIP
 If this flag is set to  If this flag is set to
 .Dq yes ,  .Dq yes ,

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108