Skip to main content

All Questions

Tagged with
0 votes
1 answer
96 views

How to get log info to STOP going to console in Ubuntu 22

I have no idea what is causing this but I just did an update and upgrade and now I'm getting all kinds of info going to the terminal. Here are some simple examples from sudo invocation, an anacron, ...
drjrm3's user avatar
  • 1,506
1 vote
1 answer
589 views

how to get print of ssh user logged in by password?

I want to know if it is possible to get the hash key fp from the ssh diaries for the ssh user login with a password, not a key. I see public key login keyprints recorded in the file, but no passwd ...
Petepf's user avatar
  • 68
1 vote
1 answer
187 views

How do I run Logstalgia if root login is disabled and ssh user doesn't have access to logs?

I'm trying to run Logstalgia, I think it's pretty awesome, and want to try it out. For security reasons I've disabled root login from my servers. My current user doesn't have access to the log files ...
trueCamelType's user avatar
0 votes
1 answer
2k views

How can I use ausearch to log the IP of a user when they modify a file over SSH?

My team logs in on a development server using the same root password; we have not set up separate user accounts. I am now trying to create a log of file changes and I want to distinguish between ...
Guybrush Threepwood's user avatar
2 votes
1 answer
6k views

How to make logkeys work over SSH?

i'd like to use logkeys to log keystrokes on an SSH'able Linux box. Logkeys intercepts a Device, can this be used for SSH access? Does an SSH session use a Device? or does SSH bypass this level of ...
user2846226's user avatar
3 votes
4 answers
16k views

How to grep logfile via SSH on multiple servers?

Sometime, I need to find out specific log content(such as api call) from log files, those log files exists in several Linux servers. I have to use SSH to login every server and use grep searching the ...
user avatar