[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.117 and 1.118

version 1.117, 2001/06/23 17:48:19 version 1.118, 2001/06/26 17:25:34
Line 1138 
Line 1138 
 .Ev PATH ,  .Ev PATH ,
 as specified when compiling  as specified when compiling
 .Nm ssh .  .Nm ssh .
   .It Ev SSH_ASKPASS
   If
   .Nm
   needs a passphrase, it will read the passphrase from the current
   terminal if it was run from a terminal.
   If
   .Nm
   does not have a terminal associated with it but
   .Ev DISPLAY
   and
   .Ev SSH_ASKPASS
   are set, it will execute the program specified by
   .Ev SSH_ASKPASS
   and open an X11 window to read the passphrase.
   This is particularly useful when calling
   .Nm
   from a
   .Pa .Xsession
   or related script.
   (Note that on some machines it
   may be necessary to redirect the input from
   .Pa /dev/null
   to make this work.)
 .It Ev SSH_AUTH_SOCK  .It Ev SSH_AUTH_SOCK
 indicates the path of a unix-domain socket used to communicate with the  indicates the path of a unix-domain socket used to communicate with the
 agent.  agent.

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118