http://bugzilla.novell.com/show_bug.cgi?id=530885
User liam.gretton@leicester.ac.uk added comment http://bugzilla.novell.com/show_bug.cgi?id=530885#c3
--- Comment #3 from Liam Gretton liam.gretton@leicester.ac.uk 2009-11-09 08:30:40 MST --- Ludwig - thanks for that, SSH logins with keyboard and key auth are indeed prevented with account instead of auth in /etc/pam.d/sshd.
For anyone else's benefit then, here's my /etc/pam.d/sshd file:
account requisite pam_nologin.so auth include common-auth account include common-account password include common-password session required pam_loginuid.so session include common-session