[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.223 and 1.224

version 1.223, 2005/12/20 22:02:50 version 1.224, 2005/12/20 22:09:41
Line 613 
Line 613 
 Trusted X11 forwardings are not subjected to the X11 SECURITY extension  Trusted X11 forwardings are not subjected to the X11 SECURITY extension
 controls.  controls.
 .El  .El
   .Pp
   .Nm
   may additionally obtain configuration data from
   a per-user configuration file and a system-wide configuration file.
   The file format and configuration options are described in
   .Xr ssh_config 5 .
   .Pp
   .Nm
   exits with the exit status of the remote command or with 255
   if an error occurred.
 .Sh AUTHENTICATION  .Sh AUTHENTICATION
 The OpenSSH SSH client supports OpenSSH protocols 1 and 2.  The OpenSSH SSH client supports OpenSSH protocols 1 and 2.
 Protocol 2 is the default, with  Protocol 2 is the default, with
Line 777 
Line 787 
 .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/IP connections have been closed.
 The exit status of the remote program is returned as the exit status of  
 .Nm ssh .  
 .Pp  
 .Nm  
 may additionally obtain configuration data from  
 a per-user configuration file and a system-wide configuration file.  
 The file format and configuration options are described in  
 .Xr ssh_config 5 .  
 .Sh ESCAPE CHARACTERS  .Sh ESCAPE CHARACTERS
 When a pseudo-terminal has been requested,  When a pseudo-terminal has been requested,
 .Nm  .Nm
Line 1223 
Line 1225 
 .Sx ENVIRONMENT  .Sx ENVIRONMENT
 above.  above.
 .El  .El
 .Sh DIAGNOSTICS  
 .Nm  
 exits with the exit status of the remote command or with 255  
 if an error occurred.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr gzip 1 ,  .Xr gzip 1 ,
 .Xr rsh 1 ,  .Xr rsh 1 ,

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224