# PAM configuration for the Secure Shell service
# Read environment variables from /etc/environment and
# /etc/security/pam_env.conf.
auth required pam_env.so # [1]
# In Debian 4.0 (etch), locale-related environment variables were moved to
# /etc/default/locale, so read that as well.
auth required pam_env.so envfile=/etc/default/locale
auth required /lib/security/pam_radius_auth.so debug
# Standard Un*x authentication.
#@include common-auth
/var/log/auth.log
Feb 12 13:28:48 T3500 sshd[13374]: PAM (sshd) illegal module type: auth
Feb 12 13:28:48 T3500 sshd[13374]: PAM pam_parse: expecting return value; [...required ]
Feb 12 13:28:50 T3500 sshd[13374]: Failed password for bob from 1.1.1.1 port 47653 ssh2
Feb 12
13:28:51 T3500 sshd[13374]: Connection closed by 1.1.1.1 [preauth]