I don't do server stuffs on regular basis, I was just wondering how to check SSH login logs and found that it can be checked using sudo cat /var/log/auth.log
and checked on my server and there were lots of Failed password for root from [IP]
This is a newly installed remote server there's no way I could have logged so many times.
Then I read it carefully it says Failed password for root from [IP]
I was like what? Its for root
? I have created my separate user account and except the first time when I had to create a new user account I have never touch root
user. It seems to me someone is trying his luck by bruteforcing for credentials. Still, I wanted to be sure so asking here.