You are not logged in.
Hi, anyone knows any SSH Client that can log all the input and output of the session into log file?
For example, when I do ssh to customer server from my laptop, I executed the ls command to list file. Then ssh client then write into log file in my laptop, what time I execute the ls command and the output of ls.
Thanks in advance.
Offline
Have you looked at 'screen' or 'script'?
http://tcpdumper.blogspot.com/2011/05/i … sions.html
Offline
Elric,
Thanks for the suggestion, I'll give it a try
Offline