Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I get bombarded with SSH root login attempts constantly. I'm working on my firewall to block multiple attempts. But I am curious, can passwords be captured into the log when a login fails?
Wait… you don’t have root permissions? How do you expect to dictate what ssh is doing?
In any case, you might be able to get this information by enabling a high debugging loglevel.
You asked if I have root logins permitted on my machine, which I assumed related to SSH. In other words, weren't you asking if root could log in through SSH?
If that was your question, then the answer is no. I disabled that in sshd.
If that was your question, then the answer is no. I disabled that in sshd.
Sorry, I misread the posts. In any case, try enabling debuglevel logging in sshd (IIRC, there are three levels of debug output). That might get your passwords logged.
It is not, however, recommended to run like that on a daily basis, since there is quite a bit of sensitive information exposed by the logs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.