linux - Who try to access root@ -


i couldn't find how can have list of ip try access root@ (it command in linux couldn't find it). , how can block ip access.

there try access root@ on server. need resolve problem.

i tried don't work :

cat access.log| awk '{print $1}' | sort | uniq -c |sort -n 

just type:

last root  

this give details of ip addresses of machines users logged in root.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -