From: deraadt Date: Fri, 17 May 2024 00:33:43 +0000 (+0000) Subject: run the sshd-session link kit also X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=821b7f42cc7013bda58d6b510f6189f03e7aa50c;p=openbsd run the sshd-session link kit also --- diff --git a/etc/rc b/etc/rc index 5ee9dcf8e17..537a2345dda 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.574 2024/04/02 08:21:04 deraadt Exp $ +# $OpenBSD: rc,v 1.575 2024/05/17 00:33:43 deraadt Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -241,7 +241,8 @@ reorder_libs() { ) || { _error=true; break; } done - for _bin in $_relink/usr/sbin/sshd $_relink/usr/bin/ssh-agent ; do + for _bin in $_relink/usr/sbin/sshd $_relink/usr/libexec/sshd-session \ + $_relink/usr/bin/ssh-agent ; do _tmpdir=$(mktemp -dq $_relink/_rebuild.XXXXXXXXXXXX) && ( set -o errexit