[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.91 and 1.92

version 1.91, 2001/02/11 12:59:25 version 1.92, 2001/02/22 21:57:26
Line 274 
Line 274 
 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 exists and all X11 and TCP/IP connections have been closed.  machine exits and all X11 and TCP/IP connections have been closed.
 The exit status of the remote program is returned as the exit status  The exit status of the remote program is returned as the exit status
 of  of
 .Nm ssh .  .Nm ssh .
Line 322 
Line 322 
 Forwarding of arbitrary TCP/IP connections over the secure channel can  Forwarding of arbitrary TCP/IP connections over the secure channel can
 be specified either on command line or in a configuration file.  be specified either on command line or in a configuration file.
 One possible application of TCP/IP forwarding is a secure connection to an  One possible application of TCP/IP forwarding is a secure connection to an
 electronic purse; another is going trough firewalls.  electronic purse; another is going through firewalls.
 .Pp  .Pp
 .Ss Server authentication  .Ss Server authentication
 .Pp  .Pp
Line 1196 
Line 1196 
 Each line of the file contains a host name (in the canonical form  Each line of the file contains a host name (in the canonical form
 returned by name servers), and then a user name on that host,  returned by name servers), and then a user name on that host,
 separated by a space.  separated by a space.
 One some machines this file may need to be  On some machines this file may need to be
 world-readable if the user's home directory is on a NFS partition,  world-readable if the user's home directory is on a NFS partition,
 because  because
 .Xr sshd 8  .Xr sshd 8

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92