search for: sshd_login

Displaying 2 results from an estimated 2 matches for "sshd_login".

Did you mean: ssh_login
2018 Jul 18
2
root can login to console but not via ssh
...;> auth include common-auth >> auth required pam_nologin.so > > I think pam_nologin.so should be in the "account" rather than "auth" stack. > > I.e. > > account required pam_nologin.so > > -d Definitely check /etc/ssh/sshd_login, or wherever your particular version of SSH expects its sshd_config, for the value of "PermitRootLogin". If you're a weasel, and want to test SSHD configs. And.... This is why PAM is often a solution in search of a problem to cause. It provides enormous flexibility, but has no effect...
2018 Jul 17
2
root can login to console but not via ssh
Hi, I built OpenSSH 7.7p1-1 to try to include some security fixes for an old OS version (SLES 10). We use a special PAM module for root to allow us to provide auto-expiring passwords. There is, however, one root password that should always work. root can login just fine on the console, which I assume means that the PAM module is working correctly because I can use both the always should work