Call for testing: OpenSSH 10.1p1
Damien Miller
djm at mindrot.org
Thu Oct 2 10:04:50 AEST 2025
On Tue, 30 Sep 2025, Hisashi T Fujinaka wrote:
Thanks for testing!
> I'm going to try this again because of email address errors.
>
> ...
>
> I'm bad at this and I can't get it through testing on several systems.
>
> NetBSD-11(beta):
>
> run test connect.sh ...
> /home/htodd/git/openssh/ssh-sk-helper: Shared object "libfido2.so.1" not found
> client_converse: receive: unexpected internal error
> reap_helper: helper exited with non-zero exit status
> Key enrollment failed: unexpected internal error
> ssh-keygen for sk-ssh-ed25519 at openssh.com failed
> /home/htodd/git/openssh/ssh-sk-helper: Shared object "libfido2.so.1" not found
> client_converse: receive: unexpected internal error
> reap_helper: helper exited with non-zero exit status
> Key enrollment failed: unexpected internal error
Where is libfido2.so.1 on your system? Is it in a directory listed
in ld.so.conf ?
> And a couple that are my own fault for not knowing where libcrypto is:
>
> Raspberry Pi running dietpi:
>
> checking for openssl... /usr/bin/openssl
> configure: error: *** working libcrypto not found, check config.log
Is the libssl-dev package installed on this system?
> MacOS Tahoe:
>
> checking for openssl... /opt/sw/bin/openssl
> configure: error: *** working libcrypto not found, check config.log
MacOS AFAIK doesn't ship with usable OpenSSL headers any more. You
need to provide your own, e.g. by installed them from homebrew or
compiling LibreSSL (or OpenSSL) from source.
-d
More information about the openssh-unix-dev
mailing list