[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.2 and 1.3

version 1.2, 1999/09/26 22:30:06 version 1.3, 1999/09/29 00:10:16
Line 24 
Line 24 
 .Op Ar command  .Op Ar command
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl knqtvxXC  .Op Fl gknqtvxXC
 .Op Fl c Ar blowfish|idea|des|3des|none  .Op Fl c Ar blowfish|idea|des|3des|none
 .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 296 
Line 296 
 .Fl i  .Fl i
 options (and multiple identities specified in  options (and multiple identities specified in
 configuration files).  configuration files).
   .It Fl g
   Allows remote hosts to connect to local forwarded ports.
 .It Fl k  .It Fl k
 Disables forwarding of Kerberos tickets / AFS tokens. This may  Disables forwarding of Kerberos tickets / AFS tokens. This may
 also be specified on a per-host basis in the configuration file.  also be specified on a per-host basis in the configuration file.
Line 508 
Line 510 
 set.  The argument must be  set.  The argument must be
 .Dq yes  .Dq yes
 or  or
   .Dq no .
   .It Cm GatewayPorts
   Specifies whether remote hosts are allowed to connect to local
   forwarded ports.
   The argument must be
   .Dq yes
   or
   .Dq no .
   The default is
 .Dq no .  .Dq no .
 .It Cm GlobalKnownHostsFile  .It Cm GlobalKnownHostsFile
 Specifies a file to use instead of  Specifies a file to use instead of

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3