how do find all failed login attempts via ssh?
Answer Posted / vineeth joseph abraham
The correct way to find out fail ssh login attempts are
tail -f /var/log/secure | grep Failed
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is finger command in linux?
What is $$ in shell script?
How do I check terminal history?
What is grep command in linux with examples?
What is the difference between clang and llvm?
What does chmod 644 do?
How do I run multiple commands in linux?
Explain any one service which are working on udp only?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
What is free linux?
How do you grep?
Which command is used to review boot messages?
Describe the mknod command and when you’d use it.
What daemon is used for scheduling of the commands?
What is the difference between kill and kill in linux?