All Questions
6 questions
1
vote
0
answers
2k
views
Disable "Failed password" ssh logs
Bots are tirelessly trying to log into my server using ssh. That does not bother me, because my passwords are good, but I don't like the fact that ssh spam fills journald logs. I'd like to filter out ...
1
vote
1
answer
223
views
Log root SSH commands on OpenVZ Node
Is there a way to log root commands from SSH on OpenVZ Node?
I tried Snoopy and I was not able to exclude everything and leave only SSH commands.
@edit
I want log ONLY commands sent through SSH/SFTP ...
-2
votes
2
answers
9k
views
FTP and SFTP logs track in CentOS
How it is possible to track the changes made to a directory using tools like FileZilla or XFTP ? because we found some files suddenly got missed from server, in history also nothing was found so ...
5
votes
2
answers
23k
views
What do these entries in my SSH logs mean? [duplicate]
I recently noticed that I have entries from an unknown IP address in my SSH logs. I performed a grep to extract all entires that didn't contain my own IP address. I was presented with this:
Jul 24 22:...
0
votes
2
answers
98
views
Only view access_log entries from a certain IP in SSH
I've got a large multi-year access_log and I need to view all of the entries for a certain IP address from SSH. The format is:
111.111.111.111 - ...
222.222.222.222 - ...
111.111.111.111 - ...
How ...
1
vote
1
answer
586
views
Turn "log slow queries" ON
I'm trying to log mysql slow queries, but I can't turn it on.
I will explain all my steps:
Open and Edit my.cnf and add the following lines:
long_query_time = 5
slow_query_log_file = /myfolder/...