Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 09:36:05 -0700 (PDT)
From:      Roger Marquis <marquis@roble.com>
To:        freebsd-ports@freebsd.org
Subject:   openssh-portable-9.8 vs inetd
Message-ID:  <53s17573-03n7-750p-869n-9q83r2o8po97@mx.roble.com>

next in thread | raw e-mail | index | archive | help
Heads-up regarding openssh-portable 9.8 which doesn't work when called
from inetd.conf.  Is there perhaps a better patch for sshd.c than simply
commenting the path test?

@@ -1349,9 +1341,8 @@
 						break;
 				}
 		}
-	 	/** if (!test_flag && !do_dump_cfg && !path_absolute(av[0]))
+	 	if (!test_flag && !do_dump_cfg && !path_absolute(av[0]))
 				fatal("sshd requires execution with an absolute path");
-	 	**/

 		closefrom(STDERR_FILENO + 1);

Roger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53s17573-03n7-750p-869n-9q83r2o8po97>