[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.29 and 1.30

version 1.29, 2019/10/31 21:15:14 version 1.30, 2019/10/31 21:22:01
Line 119 
Line 119 
 /* Location of ssh-pkcs11-helper to support keys in tokens */  /* Location of ssh-pkcs11-helper to support keys in tokens */
 #define _PATH_SSH_PKCS11_HELPER         "/usr/libexec/ssh-pkcs11-helper"  #define _PATH_SSH_PKCS11_HELPER         "/usr/libexec/ssh-pkcs11-helper"
   
   /* Location of ssh-sk-helper to support keys in security keys */
   #ifndef _PATH_SSH_SK_HELPER
   #define _PATH_SSH_SK_HELPER             "/usr/libexec/ssh-sk-helper"
   #endif
   
 /* xauth for X11 forwarding */  /* xauth for X11 forwarding */
 #define _PATH_XAUTH                     "/usr/X11R6/bin/xauth"  #define _PATH_XAUTH                     "/usr/X11R6/bin/xauth"
   

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30