everyone
08-01-2001, 09:31 PM
How would I be able to log every key stroke in a telnet session for all users? I am using a server running RH Linux 6.2.
Thanks
Thanks
![]() | View Full Version : Logging Telnet sessions everyone 08-01-2001, 09:31 PM How would I be able to log every key stroke in a telnet session for all users? I am using a server running RH Linux 6.2. Thanks Palm 08-01-2001, 09:55 PM In their account directory there should be a file called .bash_history it shows all the commands they typed. everyone 08-01-2001, 10:10 PM It is not on my server. Honu 08-01-2001, 10:16 PM Aloha hehehehheh this is good its not on my server I want to log telnet keystrokes this sounds like hacking to me but if its not ya got to admit its funny sounding hehehehheh JTY 08-01-2001, 10:45 PM I'm not going to say..... mikeknoxv 08-01-2001, 11:57 PM everyone, You might want to try looking around directories using the ls -a command (which will show all hidden files). everyone 08-02-2001, 12:01 AM I GOT IT!! Thank you! :-) neon202 08-02-2001, 06:45 AM but that is owned by that user. in this way he can change it to hide what he is doing. is there anyway we can stop this ? Palm 08-02-2001, 03:49 PM chwon it to the root. chown root.root .bash_history |