[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.246 and 1.247

version 1.246, 2006/01/12 14:44:12 version 1.247, 2006/01/12 18:48:48
Line 89 
Line 89 
 It is intended to replace rlogin and rsh,  It is intended to replace rlogin and rsh,
 and provide secure encrypted communications between  and provide secure encrypted communications between
 two untrusted hosts over an insecure network.  two untrusted hosts over an insecure network.
 X11 connections and arbitrary TCP/IP ports  X11 connections and arbitrary TCP ports
 can also be forwarded over the secure channel.  can also be forwarded over the secure channel.
 .Pp  .Pp
 .Nm  .Nm
Line 146 
Line 146 
 Only useful on systems with more than one address.  Only useful on systems with more than one address.
 .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 connections).
 The compression algorithm is the same used by  The compression algorithm is the same used by
 .Xr gzip 1 ,  .Xr gzip 1 ,
 and the  and the
Line 834 
Line 834 
 will also make the session transparent even if a tty is used.  will also make the session transparent even if a tty is used.
 .Pp  .Pp
 The session terminates when the command or shell on the remote  The session terminates when the command or shell on the remote
 machine exits and all X11 and TCP/IP connections have been closed.  machine exits and all X11 and TCP connections have been closed.
 .Sh ESCAPE CHARACTERS  .Sh ESCAPE CHARACTERS
 When a pseudo-terminal has been requested,  When a pseudo-terminal has been requested,
 .Nm  .Nm

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.247