Hi, No need to send you the file. I took a look at it myself and was able to found the culprit in just a couple of minutes:
++ echo PermitRootLogin $'forced-commands-only\r' So my sshd_config file is full of pesky carriage returns for some reason (openSUSE bug? Who knows...). I'd completely missed that by using just ":set list" in vim, whereas the right way to catch this is by making use of vim in binary mode, i.e. "vim -b". Thanks for the help! Best, Augusto John Horne: > On Fri, 2016-07-22 at 08:31 +0000, Protected wrote: >> sshd_config: >> >> PermitRootLogin forced-commands-only >> >> >> rkhunter.conf.local: >> >> ALLOW_SSH_ROOT_USER=forced-commands-only >> > Hi, > > They both look fine compared to the code. > Could you run 'rkhunter --enable system_configs --debug' and email me > the debug file produced in '/tmp' please. > > > > John. > > -- > ---------------------------------------------------- > John Horne Tel: +44 (0)1752 587287 > Plymouth University, UK > ________________________________ > [http://www.plymouth.ac.uk/images/email_footer.gif]<http://www.plymouth.ac.uk/worldclass> > > This email and any files with it are confidential and intended solely for the > use of the recipient to whom it is addressed. If you are not the intended > recipient then copying, distribution or other use of the information > contained is strictly prohibited and you should not rely on it. If you have > received this email in error please let the sender know immediately and > delete it from your system(s). Internet emails are not necessarily secure. > While we take every care, Plymouth University accepts no responsibility for > viruses and it is your responsibility to scan emails and their attachments. > Plymouth University does not accept responsibility for any changes made after > it was sent. Nothing in this email or its attachments constitutes an order > for goods or services unless accompanied by an official order form. > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Rkhunter-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rkhunter-users > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Rkhunter-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rkhunter-users
