[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.128 and 1.129

version 1.128, 2001/08/16 20:14:57 version 1.129, 2001/08/21 21:47:41
Line 1152 
Line 1152 
 .Ev USER ;  .Ev USER ;
 set for compatibility with systems that use this variable.  set for compatibility with systems that use this variable.
 .It Ev MAIL  .It Ev MAIL
 Set to point the user's mailbox.  Set to the path of the user's mailbox.
 .It Ev PATH  .It Ev PATH
 Set to the default  Set to the default
 .Ev PATH ,  .Ev PATH ,
Line 1182 
Line 1182 
 .Pa /dev/null  .Pa /dev/null
 to make this work.)  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  Identifies the path of a unix-domain socket used to communicate with the
 agent.  agent.
 .It Ev SSH_CLIENT  .It Ev SSH_CLIENT
 Identifies the client end of the connection.  Identifies the client end of the connection.
Line 1216 
Line 1216 
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa $HOME/.ssh/known_hosts  .It Pa $HOME/.ssh/known_hosts
 Records host keys for all hosts the user has logged into (that are not  Records host keys for all hosts the user has logged into that are not
 in  in
 .Pa /etc/ssh_known_hosts .  .Pa /etc/ssh_known_hosts .
 See  See

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129