Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2026 19:44:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295336] openssh: pkcs11 is broken in new version (10.3p1)
Message-ID:  <bug-295336-227-WAkm3kiiGk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-295336-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295336

Dag-Erling Smørgrav <des@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |des@FreeBSD.org

--- Comment #5 from Dag-Erling Smørgrav <des@FreeBSD.org> ---
The change you claim is responsible came in with 644b4646c7aca, not
2574974648c68.  Furthermore, crypto/openssh/config.h defines both HAVE_NLIST
and HAVE_NLIST_H, so that particular change is a nop.

I would suggest trying something like

    ktrace -di env LD_UTRACE=1 ssh-agent -d -a /tmp/agent.socket

followed by

    kdump -tu

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-295336-227-WAkm3kiiGk>