[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.31 and 1.32

version 1.31, 1999/12/25 13:35:55 version 1.32, 2000/01/04 16:57:16
Line 24 
Line 24 
 .Op Ar command  .Op Ar command
 .Pp  .Pp
 .Nm ssh  .Nm ssh
 .Op Fl afgknqtvxCPX  .Op Fl afgknqtvxCPX46
 .Op Fl c Ar blowfish | 3des  .Op Fl c Ar blowfish | 3des
 .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 396 
Line 396 
 on the local side, and whenever a connection is made to this port, the  on the local side, and whenever a connection is made to this port, the
 connection is forwarded over the secure channel, and a connection is  connection is forwarded over the secure channel, and a connection is
 made to  made to
 .Ar host:hostport  .Ar host
   port
   .Ar hostport
 from the remote machine.  Port forwardings can also be specified in the  from the remote machine.  Port forwardings can also be specified in the
 configuration file.  Only root can forward privileged ports.  configuration file.  Only root can forward privileged ports.
   IPv6 addresses can be specified with an alternative syntax:
   .Ar port/host/hostport
 .It Fl R Ar port:host:hostport  .It Fl R Ar port:host:hostport
 Specifies that the given port on the remote (server) host is to be  Specifies that the given port on the remote (server) host is to be
 forwarded to the given host and port on the local side.  This works  forwarded to the given host and port on the local side.  This works
Line 407 
Line 411 
 on the remote side, and whenever a connection is made to this port, the  on the remote side, and whenever a connection is made to this port, the
 connection is forwarded over the secure channel, and a connection is  connection is forwarded over the secure channel, and a connection is
 made to  made to
 .Ar host:hostport  .Ar host
   port
   .Ar hostport
 from the local machine.  Port forwardings can also be specified in the  from the local machine.  Port forwardings can also be specified in the
 configuration file.  Privileged ports can be forwarded only when  configuration file.  Privileged ports can be forwarded only when
 logging in as root on the remote machine.  logging in as root on the remote machine.
   .It Fl 4
   Forces
   .Nm
   to use IPv4 addresses only.
   .It Fl 6
   Forces
   .Nm
   to use IPv6 addresses only.
 .El  .El
 .Sh CONFIGURATION FILES  .Sh CONFIGURATION FILES
 .Nm  .Nm

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32