mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 08:26:49 +02:00
by default, pam-enabled sshd loads /etc/pam.d/servicename so, ship a module for it. also hardcode the value as sshd (if not set, it might be defaulting to sshd.pam, which is not very intuitive..) should be safe for a pam enabled sshd with the default config.. this has no effects for non-pam sshd (what most people use)
6 lines
141 B
Text
6 lines
141 B
Text
#%PAM-1.0
|
|
|
|
auth include base-auth
|
|
account include base-account
|
|
password include base-password
|
|
session include base-session
|