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
What is make in linux?
What does chmod 644 do?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
What is df -h command?
What is a simple command?
What is filter command in unix?
Explain about system and user utilities?
Is cmake only for c++?
How do I know my linux shell version?
How do I search bash history?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How will you suspend a running process and put it in the background?
What the command used for search file or files for specific text?
How do I use nslookup in linux?
How do I know my shell?