aports/main/openssh/sshd.pam
psykose 8bc65a7e38 main/openssh: set pam service name to something sane
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)
2023-03-13 20:45:47 +01:00

6 lines
141 B
Text

#%PAM-1.0
auth include base-auth
account include base-account
password include base-password
session include base-session