how do find all failed login attempts via ssh?
Answer Posted / anoop
The command is ,
cat /var/log/messages | grep "Failed password"
it will show all the user which is not able to login.
Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Which command is used to review boot messages?
What language is clang written in?
How do you execute more than one command or program from a single command line entry?
What would be the result of the command paste -s dog cat?
What do you mean by directory?
You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?
How many types of commands are there in linux?
What does (cd dir && command) do?
Which are the linux directory commands?
What is difference between sh and bash?
What are the command prompt commands?
How do I run a .sh file in linux?
How do you run a command for a limited time?
Which command will show you free/used memory? Does free memory exist on linux?
What does kill in linux?