Mr. Latte, if in fact your "root password was brutal forced and hacked 1.5 months ago"
then you should have posted about that in a separate thread.
And without a doubt, you should have backed up your data and wiped and reinstalled.
If a hacker had root access to your server, you do not know what they did and what's still there.
Including altering system binaries to
hide their actions.
You should not allow root access nor enable it (it's not by default), use "sudo"
and you can accomplish all you need.
Standard security practices are to disallow root access, do not access your server over an unsecured connection - VPN remotely, and if you must have ssh access, restrict allowed external IPs/blocks at your firewall. Use a dedicated hardware firewall. Allow ssh access via ssh-key only.
See the "Create Authentication Keys" section of
http://afp548.com/netboot/mactips/rsync.html