how do find all failed login attempts via ssh?
Answer Posted / satyadev
tail -f /var/log/secure | grep FAILED
or
lastb
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can I type in cmd?
How do I run a bash script in linux?
How do you create a text file in linux terminal?
How do you create a file in linux?
What is ls command and what it does?
What is the command can be used to check for file corruption?
State and explain about features of UNIX?
What is a makefile in c?
Explain grep command.
Why bash is used in linux?
What is devops linux?
What are the mv command options?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
Which command is used to review boot messages?
What is mkdir p linux?