[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.53 and 1.54

version 1.53, 2000/05/15 06:54:03 version 1.54, 2000/05/29 20:20:46
Line 24 
Line 24 
 .Op Ar command  .Op Ar command
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl afgknqtvxCNPTX246  .Op Fl afgknqtvxACNPTX246
 .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 332 
Line 332 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl a  .It Fl a
 Disables forwarding of the authentication agent connection.  Disables forwarding of the authentication agent connection.
 This may also be specified on a per-host basis in the configuration file.  .It Fl A
   Enables forwarding of the authentication agent connection.
   This can also be specified on a per-host basis in a configuration file.
 .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 460 
Line 462 
 challenges, if the user entered "s/key" as password.  challenges, if the user entered "s/key" as password.
 .It Fl x  .It Fl x
 Disables X11 forwarding.  Disables X11 forwarding.
 This can also be specified on a per-host basis in a configuration file.  
 .It Fl X  .It Fl X
 Enables X11 forwarding.  Enables X11 forwarding.
   This can also be specified on a per-host basis in a configuration file.
 .It Fl C  .It Fl C
 Requests compression of all data (including stdin, stdout, stderr, and  Requests compression of all data (including stdin, stdout, stderr, and
 data for forwarded X11 and TCP/IP connections).  data for forwarded X11 and TCP/IP connections).
Line 670 
Line 672 
 The argument must be  The argument must be
 .Dq yes  .Dq yes
 or  or
   .Dq no .
   The default is
 .Dq no .  .Dq no .
 .It Cm ForwardX11  .It Cm ForwardX11
 Specifies whether X11 connections will be automatically redirected  Specifies whether X11 connections will be automatically redirected

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54