[BACK]Return to ssh.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.h between version 1.41 and 1.42

version 1.41, 2000/04/26 22:38:16 version 1.42, 2000/05/02 22:18:04
Line 109 
Line 109 
  * file should only be readable by the user him/herself.   * file should only be readable by the user him/herself.
  */   */
 #define SSH_CLIENT_IDENTITY     ".ssh/identity"  #define SSH_CLIENT_IDENTITY     ".ssh/identity"
   #define SSH_CLIENT_ID_DSA       ".ssh/id_dsa"
   
 /*  /*
  * Configuration file in user\'s home directory.  This file need not be   * Configuration file in user\'s home directory.  This file need not be

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42