• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

got message from watch dog but don't know what to do

D

dexcell

Guest
hello

i got this message in my mail box

[01:21:53] ------------------------- Security advisories -------------------------
[01:22:01] Warning: root login possible. Change for your safety the 'PermitRootLogin'

what should i do to improve my safety? create a new user?

note: i am using root to login into my SSH . is this bad?
 
Your using root to login via SSH is not the problem. The warning is to let you know others can attempt root access via ssh. The PermitRootLogin setting can be found in your sshd_config file.

There are various ways to tackle this problem depending on your network/server architecture. One way is to not allow root log in via ssh and always use an alternate account. Another is to use firewall restrictions for limiting ssh access. If you do continue to allow root access, you should make sure to use a strong password. (Actually, it's good practice to use strong passwords for any user accounts. Particularly if the server is accessible by the public.)

The e-mail is a warning. It doesn't necessarily mean your server has been compromised. You should however consider methods for securing that will work for you. Try searching the internet for recommendations on securing ssh.
 
Back
Top