I've edited my /etc/pam.d/sshd
for Radius authentication; I added this line:
auth required pam_radius_auth.so
Also, I've commented out the line:
@include common-auth
Now SSH authentication using Radius is OK if the Radius server is UP but if the radius server is down, there's no fallback to use the local linux accounts.
Any suggestions on where to edit the file to allow me fallback to my local linux account when my Radius server fails?