Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 4 of 4

This is a discussion on Too many failed 'root' login attempt everyday in the Shared & Semi-Dedicated forum
on my VPS log (/var/log/secure) I saw there are some attempts to login as root from different IP addresses everyday. I already try to block ...

  1. #1
    JPC Member
    Join Date
    Jun 2006
    Posts
    3

    Too many failed 'root' login attempt everyday

    on my VPS log (/var/log/secure) I saw there are some attempts to login as root from different IP addresses everyday. I already try to block those IP addresses by using iptables. Is it enough? Need your advice. Thanks

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    If you haven't done it already, disable root logins from remote systems (I believe instructions were given in the VPS security thread). The create yourself a normal user account and use that for (SSH) logins, using the su (switch user) command to gain root access after logging in. Also be sure NOT to use the same password for root and your user account.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    the Windlord Gwaihir's Avatar
    Join Date
    Jun 2002
    Posts
    2,562
    Sadly, I've found that to be a big pain when making system backups. Never found a way to make rsync over ssh accept such an su action.

    Another thing you can do is restrict SSH access to your account to only your own IP(s). Even if your ISP gives you a dynamic IP, allowing only that range nicely locks 99+% of the internet out.
    Regards,

    Wim Heemskerk
    ---
    Visit MeCCG.net - Cardgaming in J.R.R. Tolkien's Middle-earth
    And Gwaihir.net - The Middle-earth CCG store

  4. #4
    JPC Member
    Join Date
    Jun 2006
    Posts
    3
    How to limit root access to some ip address? any tutorial?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •