NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/59979: sshd -T doesn't print UsePam
The following reply was made to PR bin/59979; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: Michael van Elst <mlelstv%serpens.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost, netbsd-bugs%NetBSD.org@localhost
Subject: Re: bin/59979: sshd -T doesn't print UsePam
Date: Sun, 8 Feb 2026 17:55:29 +0000
> Date: Sun, 8 Feb 2026 07:25:09 -0000 (UTC)
> From: mlelstv%serpens.de@localhost (Michael van Elst)
>
> ># sshd -T | grep -i usepam
> >#
>
> tazz: {7} uname -sr
> NetBSD 11.99.5
> tazz: {1} sudo sshd -T | grep -i pam
> usepam yes
> pamservicename sshd
>
> Looks like sshd wasn't compiled with USE_PAM (maybe MKPAM=no).
Nope, this was on hosts with MKPAM=yes. Perhaps something changed
between 10 and 11:
# sshd -T | grep -i usepam
# head -1 /etc/release
NetBSD 9.2_STABLE/amd64
# grep MKPAM /etc/release
MKPAM = 'yes'
# sshd -T | grep -i usepam
# head -1 /etc/release
NetBSD 10.1_STABLE/amd64
# grep -i mkpam /etc/release
MKPAM = 'yes'
Home |
Main Index |
Thread Index |
Old Index