I was baffled why I was not able to login to Debian 8 at console after an upgrade. I just kept on getting "Login incorrect" and auth.log showed:
pam_securetty(login:auth): access denied: tty '/dev/pts/0' is not secure !
Add 'pts/0' to your /etc/securetty file before you get locked out. Luckily I had a user with SU privileges and root through ssh still worked as well.
pam_securetty(login:auth): access denied: tty '/dev/pts/0' is not secure !
Add 'pts/0' to your /etc/securetty file before you get locked out. Luckily I had a user with SU privileges and root through ssh still worked as well.