Call for testing: OpenSSH 10.0
Leonardo Saavedra
leosaa at gmx.com
Sat Apr 5 17:12:54 AEDT 2025
On 4/1/25 16:19, Darren Tucker wrote:
> Hi all.
>
> [...]
>
> Portable OpenSSH is also available via git using the
> instructions at http://www.openssh.com/portable.html#cvs
> At https://anongit.mindrot.org/openssh.git/ or via a mirror at Github:
> https://github.com/openssh/openssh-portable
>
> Running the regression tests supplied with Portable OpenSSH does not
> require installation and is a simply:
>
> $ ./configure && make tests
>
make tests failed on RHEL 8 and RHEL 9:
From rhel 8:
-----
gcc --version && openssl version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-24)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
OpenSSL 1.1.1k FIPS 25 Mar 2021
[...]
make[1]: Leaving directory '/home/leo/openssh/regress'
all file-tests passed
cd ./regress || exit $?; \
EGREP='/usr/bin/grep -E' \
OPENSSL_BIN='/usr/bin/openssl' \
make \
.CURDIR="/home/leo/openssh/regress" \
.OBJDIR="/home/leo/openssh/regress" \
BUILDDIR="/home/leo/openssh" \
OBJ="/home/leo/openssh/regress" \
PATH="/home/leo/openssh:${PATH}" \
TEST_ENV=MALLOC_OPTIONS="" \
TEST_MALLOC_OPTIONS="" \
TEST_SSH_SCP="/home/leo/openssh/scp" \
TEST_SSH_SSH="/home/leo/openssh/ssh" \
TEST_SSH_SSHD=""/home/leo/openssh/sshd"" \
TEST_SSH_SSHD_SESSION="/home/leo/openssh/sshd-session" \
TEST_SSH_SSHD_AUTH="/home/leo/openssh/sshd-auth" \
TEST_SSH_SSHAGENT="/home/leo/openssh/ssh-agent" \
TEST_SSH_SSHADD="/home/leo/openssh/ssh-add" \
TEST_SSH_SSHKEYGEN="/home/leo/openssh/ssh-keygen" \
TEST_SSH_SSHPKCS11HELPER="/home/leo/openssh/ssh-pkcs11-helper" \
TEST_SSH_SSHKEYSCAN="/home/leo/openssh/ssh-keyscan" \
TEST_SSH_SFTP="/home/leo/openssh/sftp" \
TEST_SSH_PKCS11_HELPER="/home/leo/openssh/ssh-pkcs11-helper" \
TEST_SSH_SK_HELPER="/home/leo/openssh/ssh-sk-helper" \
TEST_SSH_SFTPSERVER="/home/leo/openssh/sftp-server" \
TEST_SSH_MODULI_FILE="/home/leo/openssh/moduli" \
TEST_SSH_PLINK="" \
TEST_SSH_PUTTYGEN="" \
TEST_SSH_CONCH="" \
TEST_SSH_DROPBEAR="" \
TEST_SSH_DROPBEARKEY="" \
TEST_SSH_DROPBEARCONVERT="" \
TEST_SSH_DBCLIENT="" \
TEST_SSH_IPV6="yes" \
TEST_SSH_UTF8="yes" \
TEST_SHELL="sh" \
EXEEXT="" \
interop-tests && echo all interop-tests passed
make[1]: Entering directory '/home/leo/openssh/regress'
run test putty-transfer.sh ...
/home/leo/openssh/regress/ssh-rsa already exists.
Overwrite (y/n)? ssh-keygen for ssh-rsa failed
SKIPPED: putty interop tests not enabled
make[1]: *** [Makefile:278: t-exec-interop] Error 1
make[1]: Leaving directory '/home/leo/openssh/regress'
make: *** [Makefile:788: interop-tests] Error 2
make: *** Waiting for unfinished jobs....
FATAL: no sshd running on port 4242
make[1]: *** [Makefile:255: t-exec] Error 1
make[1]: Leaving directory '/home/leo/openssh/regress'
make: *** [Makefile:788: t-exec] Error 2
-----
From rhel 9:
-----
gcc --version && openssl version
gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5)
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024)
[...]
make[1]: Leaving directory
'/export/home/l/lsaavedr/boxer3/openssh-portable/regress'
all file-tests passed
cp: cannot create regular file
'/export/home/l/lsaavedr/boxer3/openssh-portable/regress/sshd_proxy':
File exists
/export/home/l/lsaavedr/boxer3/openssh-portable/regress/ecdsa-sha2-nistp256
already exists.
Overwrite (y/n)?
/export/home/l/lsaavedr/boxer3/openssh-portable/regress/ecdsa-sha2-nistp256
already exists.
Overwrite (y/n)? cat:
/export/home/l/lsaavedr/boxer3/openssh-portable/regress/ssh.log: No such
file or directory
cat: /export/home/l/lsaavedr/boxer3/openssh-portable/regress/ssh.log: No
such file or directory
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
ssh-keygen for ecdsa-sha2-nistp256 failed
ssh-keygen for ecdsa-sha2-nistp256 failed
/export/home/l/lsaavedr/boxer3/openssh-portable/regress/ssh-rsa already
exists.
Overwrite (y/n)? ssh-keygen for ssh-rsa failed
SKIPPED: No PKCS#11 library found
make[1]: *** [Makefile:285: t-extra] Error 1
make[1]: Leaving directory
'/export/home/l/lsaavedr/boxer3/openssh-portable/regress'
make: *** [Makefile:788: extra-tests] Error 2
make: *** Waiting for unfinished jobs....
/export/home/l/lsaavedr/boxer3/openssh-portable/regress/ssh-rsa already
exists.
Overwrite (y/n)? ssh-keygen for ssh-rsa failed
SKIPPED: putty interop tests not enabled
make[1]: *** [Makefile:278: t-exec-interop] Error 1
make[1]: Leaving directory
'/export/home/l/lsaavedr/boxer3/openssh-portable/regress'
make: *** [Makefile:788: interop-tests] Error 2
failed simple connect
make[1]: *** [Makefile:255: t-exec] Error 1
make[1]: Leaving directory
'/export/home/l/lsaavedr/boxer3/openssh-portable/regress'
make: *** [Makefile:788: t-exec] Error 2
--
Leo.
More information about the openssh-unix-dev
mailing list