diff options
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pathnames.h b/pathnames.h index 61c5f8467..1158bec96 100644 --- a/pathnames.h +++ b/pathnames.h @@ -51,6 +51,9 @@ #ifndef _PATH_SSHD_SESSION #define _PATH_SSHD_SESSION "/usr/libexec/sshd-session" #endif +#ifndef _PATH_SSHD_AUTH +#define _PATH_SSHD_AUTH "/usr/libexec/sshd-auth" +#endif /* * The process id of the daemon listening for connections is saved here to |