[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.222 and 1.223

version 1.222, 2005/12/20 21:59:43 version 1.223, 2005/12/20 22:02:50
Line 759 
Line 759 
 The password is sent to the remote  The password is sent to the remote
 host for checking; however, since all communications are encrypted,  host for checking; however, since all communications are encrypted,
 the password cannot be seen by someone listening on the network.  the password cannot be seen by someone listening on the network.
 .Ss Login session and remote execution  .Sh LOGIN SESSION AND REMOTE EXECUTION
 When the user's identity has been accepted by the server, the server  When the user's identity has been accepted by the server, the server
 either executes the given command, or logs into the machine and gives  either executes the given command, or logs into the machine and gives
 the user a normal shell on the remote machine.  the user a normal shell on the remote machine.
Line 785 
Line 785 
 a per-user configuration file and a system-wide configuration file.  a per-user configuration file and a system-wide configuration file.
 The file format and configuration options are described in  The file format and configuration options are described in
 .Xr ssh_config 5 .  .Xr ssh_config 5 .
 .Ss Escape Characters  .Sh ESCAPE CHARACTERS
 When a pseudo-terminal has been requested,  When a pseudo-terminal has been requested,
 .Nm  .Nm
 supports a number of functions through the use of an escape character.  supports a number of functions through the use of an escape character.
Line 843 
Line 843 
 Request rekeying of the connection  Request rekeying of the connection
 (only useful for SSH protocol version 2 and if the peer supports it).  (only useful for SSH protocol version 2 and if the peer supports it).
 .El  .El
 .Ss X11 and TCP forwarding  .Sh X11 AND TCP FORWARDING
 If the  If the
 .Cm ForwardX11  .Cm ForwardX11
 variable is set to  variable is set to
Line 902 
Line 902 
 be specified either on the command line or in a configuration file.  be specified either on the 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 through firewalls.  electronic purse; another is going through firewalls.
 .Ss Server authentication  .Sh SERVER AUTHENTICATION
 .Nm  .Nm
 automatically maintains and checks a database containing  automatically maintains and checks a database containing
 identifications for all hosts it has ever been used with.  identifications for all hosts it has ever been used with.

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