libssh2 1.11.0 - sshd tests

Nicolas Mora nicolas at babelouest.org
Sun Jun 11 14:25:55 CEST 2023


Hello,

Le 2023-06-08 à 06 h 07, Paul Howarth via libssh2-devel a écrit :
> 
> It might be that the builder's directory permissions are a little too
> relaxed for sshd's liking. In Fedora I made this change to solve a
> similar-looking issue:
> 
> --- tests/test_sshd.test
> +++ tests/test_sshd.test
> @@ -71,6 +71,7 @@ chmod go-rwx \
>   # shellcheck disable=SC2086
>   "${SSHD}" \
>     -f "${SSHD_FIXTURE_CONFIG:-${d}/openssh_server/sshd_config}" \
> +  -o 'StrictModes no' \
>     -o 'Port 4711' \
>     -h "${d}/openssh_server/ssh_host_rsa_key" \
>     -h "${d}/openssh_server/ssh_host_ecdsa_key" \
> 
> Regards, Paul.
> 

This is it, thanks a lot Paul!

/Nicolas


More information about the libssh2-devel mailing list