Call for testing: OpenSSH 9.7

Darren Tucker dtucker at dtucker.net
Fri Mar 8 09:57:00 AEDT 2024


On Fri, 8 Mar 2024 at 09:08, Job Snijders <job at openbsd.org> wrote:
> Wouldn't it be simpler to just use '#!/bin/sh' as the shebang line for
> the dynamic-forward.sh script?

No.  dynamic-forward.sh is sourced by test-exec.sh rather than being
executed, and test-exec.sh is interpretted by $TEST_SHELL, which
configure has determined to (hopefully) be somewhat functional.

The issue is not with how  dynamic-forward.sh is interpreted, it's
with what ssh(1) does with its ProxyCommand, which is to give it to
the user's login shell to be parsed and executed.  The command at
issue would also not work if invoked outside of dynamic-forward.sh for
users with tcsh as their login shell.

-- 
Darren Tucker (dtucker at dtucker.net)
GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860  37F4 9357 ECEF 11EA A6FA
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list