Call for testing: OpenSSH 8.0
Jakub Jelen
jjelen at redhat.com
Fri Mar 29 22:29:41 AEDT 2019
On Wed, 2019-03-27 at 22:00 +1100, Damien Miller wrote:
> Hi,
>
> OpenSSH 8.0p1 is almost ready for release, so we would appreciate
> testing
> on as many platforms and systems as possible.
>
> Snapshot releases for portable OpenSSH are available from
> http://www.mindrot.org/openssh_snap/
>
> The OpenBSD version is available in CVS HEAD:
> http://www.openbsd.org/anoncvs.html
>
> 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
For now, I have only one comment, but I plan to run more tests in our
environment.
The SoftHSM lives in Fedora in /usr/lib64/pkcs11/libsofthsm2.so so
there is a patch needed so OpenSSH regression testsuite can find it:
diff --git a/regress/agent-pkcs11.sh b/regress/agent-pkcs11.sh
index 5dd77126..a5500229 100644
--- a/regress/agent-pkcs11.sh
+++ b/regress/agent-pkcs11.sh
@@ -17,6 +17,7 @@ try_token_libs() {
try_token_libs \
/usr/local/lib/softhsm/libsofthsm2.so \
+ /usr/lib64/pkcs11/libsofthsm2.so \
/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so
TEST_SSH_PIN=1234
Regards,
--
Jakub Jelen
Senior Software Engineer
Security Technologies
Red Hat, Inc.
More information about the openssh-unix-dev
mailing list