summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-07-01 14:01:36 +0000
committerEd Maste <emaste@FreeBSD.org>2024-07-01 14:01:36 +0000
commitd565364dadebdaabef4ecead36ae102774e81174 (patch)
treedc22dc885255344e9a27e99a9d4ab2f9b3ec211f /pathnames.h
parent9200ce3210fdc00706904d2eb2d8a481ed84eef3 (diff)
Vendor import of OpenSSH 9.8p1vendor/openssh/9.8p1
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index f7ca5a75a0d2..61c5f8467094 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.31 2019/11/12 19:33:08 markus Exp $ */
+/* $OpenBSD: pathnames.h,v 1.32 2024/05/17 00:30:24 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -47,6 +47,11 @@
#define _PATH_SSH_PROGRAM "/usr/bin/ssh"
#endif
+/* Binary paths for the sshd components */
+#ifndef _PATH_SSHD_SESSION
+#define _PATH_SSHD_SESSION "/usr/libexec/sshd-session"
+#endif
+
/*
* The process id of the daemon listening for connections is saved here to
* make it easier to kill the correct daemon when necessary.