From: dtucker@openbsd.org Date: Sun, 29 Jun 2025 08:20:21 +0000 (+0000) Subject: upstream: Add shebang path to askpass script. Required for exec on X-Git-Tag: V_10_1_P1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28e91aff80fd24341de8cb3c34dc454d6b75228;p=thirdparty%2Fopenssh-portable.git upstream: Add shebang path to askpass script. Required for exec on some platforms (musl, probably others). OpenBSD-Regress-ID: 35cdeed12ae701afcb812f800c04d817325cd22a --- diff --git a/regress/password.sh b/regress/password.sh index 1c5218d6b..10f507e44 100644 --- a/regress/password.sh +++ b/regress/password.sh @@ -1,4 +1,4 @@ -# $OpenBSD: password.sh,v 1.1 2025/06/24 12:28:23 dtucker Exp $ +# $OpenBSD: password.sh,v 1.2 2025/06/29 08:20:21 dtucker Exp $ # Placed in the Public Domain. # # This tests standard "password" authentication. It does not run by default, @@ -21,6 +21,7 @@ echo "PasswordAuthentication yes" >>sshd_proxy # Keep a counter of the number of times it has been called and # reply with the next line of the replypass file. cat >${OBJ}/replypass.sh <${OBJ}/replypass.N