[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.54 and 1.55

version 1.54, 2000/10/11 20:27:24 version 1.55, 2000/11/25 17:19:33
Line 103 
Line 103 
  */   */
 #define SSH_CLIENT_IDENTITY     ".ssh/identity"  #define SSH_CLIENT_IDENTITY     ".ssh/identity"
 #define SSH_CLIENT_ID_DSA       ".ssh/id_dsa"  #define SSH_CLIENT_ID_DSA       ".ssh/id_dsa"
   #define SSH_CLIENT_ID_RSA       ".ssh/id_rsa"
   
 /*  /*
  * 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.54  
changed lines
  Added in v.1.55