[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.165 and 1.166

version 1.165, 2002/09/11 17:55:03 version 1.166, 2002/09/12 19:50:36
Line 726 
Line 726 
 .It Ev SSH_AUTH_SOCK  .It Ev SSH_AUTH_SOCK
 Identifies the path of a unix-domain socket used to communicate with the  Identifies the path of a unix-domain socket used to communicate with the
 agent.  agent.
 .It Ev SSH_CLIENT  .It Ev SSH_CONNECTION
 Identifies the client end of the connection.  Identifies the client and server ends of the connection.
 The variable contains  The variable contains
 three space-separated values: client ip-address, client port number,  four space-separated values: client ip-address, client port number,
 and server port number.  server ip-address and server port number.
 .It Ev SSH_ORIGINAL_COMMAND  .It Ev SSH_ORIGINAL_COMMAND
 The variable contains the original command line if a forced command  The variable contains the original command line if a forced command
 is executed.  is executed.

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166