[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.16 and 1.17

version 1.16, 1999/10/12 21:04:22 version 1.17, 1999/10/14 18:17:42
Line 745 
Line 745 
 .Ev PATH ,  .Ev PATH ,
 as specified when compiling  as specified when compiling
 .Nm ssh .  .Nm ssh .
 .It Ev SSH_AUTHENTICATION_FD  .It Ev SSH_AUTH_SOCKET
 This is set to an integer value if you are using the authentication  indicates the path of a unix-domain socket used to communicate with the
 agent and a connection to it has been forwarded.  The value indicates  agent.
 a file descriptor number used for communicating with the agent.  On  
 some systems,  
 .Ev SSH_AUTHENTICATION_SOCKET  
 may be used instead to  
 indicate the path of a unix-domain socket used to communicate with the  
 agent (this method is less secure, and is only used on systems that  
 don't support the first method).  
 .It Ev SSH_CLIENT  .It Ev SSH_CLIENT
 Identifies the client end of the connection.  The variable contains  Identifies the client end of the connection.  The variable contains
 three space-separated values: client ip-address, client port number,  three space-separated values: client ip-address, client port number,

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17