=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/pathnames.h,v retrieving revision 1.9.2.3 retrieving revision 1.9.2.4 diff -u -r1.9.2.3 -r1.9.2.4 --- src/usr.bin/ssh/pathnames.h 2002/05/17 00:03:24 1.9.2.3 +++ src/usr.bin/ssh/pathnames.h 2002/06/22 07:23:17 1.9.2.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.9.2.3 2002/05/17 00:03:24 miod Exp $ */ +/* $OpenBSD: pathnames.h,v 1.9.2.4 2002/06/22 07:23:17 miod Exp $ */ /* * Author: Tatu Ylonen @@ -109,6 +109,9 @@ * Default location of askpass */ #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" + +/* Location of ssh-keysign for hostbased authentication */ +#define _PATH_SSH_KEY_SIGN "/usr/libexec/ssh-keysign" /* xauth for X11 forwarding */ #define _PATH_XAUTH "/usr/X11R6/bin/xauth"