Results 1 to 4 of 4
Is there a linux tool to view what users are doing when users are using SSH? (i.e. what files are they accessing/download from the server? etc ...)
Thanks for the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-24-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
[SOLVED] view what users are doing over SSH?
Is there a linux tool to view what users are doing when users are using SSH? (i.e. what files are they accessing/download from the server? etc ...)
Thanks for the help
- 05-24-2009 #2
No I don't believe there is. The whole point of the connection being encrypted is so that nobody can see what you're doing, that includes anyone on the host system.
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 05-24-2009 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Something I came across this week:
If you have users connected over sftp/ssh for file transfers they don't show up as logged in and therefore won't show up when you run the who command. You can runand you'll see who's connected to your system. Not quite what you were looking for but thought I'd shareCode:ps aux |grep sshd
- 06-15-2009 #4Just Joined!
- Join Date
- May 2009
- Posts
- 2
Sorry for taking too long to response back, my HDs kept dying. It took a while for recovering, and restoring all the files.
Thanks for sharing bigtom, what I'm looking for probably an auditing tool. I did not have a chance to evaluate all the tools available yet.
Thanks everyone for replying to this thread. Consider this thread as SOLVED.




