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

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -