diff options
Diffstat (limited to 'usr.bin/ssh/pathnames.h')
-rw-r--r-- | usr.bin/ssh/pathnames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/pathnames.h b/usr.bin/ssh/pathnames.h index 0b170505fee..2d3057d031e 100644 --- a/usr.bin/ssh/pathnames.h +++ b/usr.bin/ssh/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.32 2024/05/17 00:30:24 djm Exp $ */ +/* $OpenBSD: pathnames.h,v 1.33 2024/10/14 01:57:50 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -41,6 +41,7 @@ /* Binary paths for the sshd components */ #define _PATH_SSHD_SESSION "/usr/libexec/sshd-session" +#define _PATH_SSHD_AUTH "/usr/libexec/sshd-auth" /* * The process id of the daemon listening for connections is saved here to |