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

Diff for /src/usr.bin/ssh/pathnames.h between version 1.20 and 1.21

version 1.20, 2010/08/31 11:54:45 version 1.21, 2011/05/11 04:47:06
Line 88 
Line 88 
  */   */
 #define _PATH_SSH_USER_PERMITTED_KEYS   ".ssh/authorized_keys"  #define _PATH_SSH_USER_PERMITTED_KEYS   ".ssh/authorized_keys"
   
 /* backward compat for protocol v2 */  
 #define _PATH_SSH_USER_PERMITTED_KEYS2  ".ssh/authorized_keys2"  
   
 /*  /*
  * Per-user and system-wide ssh "rc" files.  These files are executed with   * Per-user and system-wide ssh "rc" files.  These files are executed with
  * /bin/sh before starting the shell or command if they exist.  They will be   * /bin/sh before starting the shell or command if they exist.  They will be

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21