Terminal input output logger / Teminal recording
Logging terminal input and output ---------------------------------- -------- After a lot of googling I found a tool that can log all input and output of terminal in Unix system The tool is rootsh and its not only used for logging but also used for root login for normal users using sudo. So that the command entered by the user will be logged in a file as well as on syslog We can make rootsh as a shell , So that all the activity by that particular user will be logged The tool is released under GNU Open source license You can download the tool from http://sourceforge.net/projects/rootsh/ I made a modified copy of mine on https://sites.google.com/site/ansilh/rootsh The tool will log username,commands and its output in a file -- But no client IP The command can be started as a shell -But it will take the default shell I made some modification on this and it's working perfectly on my Linux machine The link here https://sites.google.com/site/ansilh/rootsh/rootsh-1.5.3-final.tar.gz The ex...