Linux – Telnet and SSH session logging
Posted by Josh on Wed 25 Apr 2007Categories: Linux - [5] Comments
Logging telnet or ssh sessions in a Windows environment is fairly simple. Just turn on logging in hyperterminal, putty, secureCRT or any other terminal program. However, in linux it is not quite as obvious. Let me introduce you to the ‘script’ command.
Script makes a typescript of everything printed on your terminal. It is useful for students who need a hardcopy record of an interactive session as proof of an assignment or recording output from a router.
Click Image to play tutorial

April 28th, 2007 at 5:33 pm
thanks for your tuts
please make a tutorail for PEMU – Pix Emulator
March 18th, 2008 at 11:26 pm
Hi,
I am new into Linux, i have installed Ubuntu, and having a problem to SSH to a Cisco device, i can acces from windows using putty, i believe i am typing the wrong command.
how come i do not get prompted for the username; i am using the local dadtabase for authentication.
Regards,
Andy
March 18th, 2008 at 11:36 pm
ok,
how do i add the username to the ssh command?
i have used ssh -l $dandashi$ 78.X.X.X
but it shows at the ASA log that the username is “$” only.
Regards
March 18th, 2008 at 11:51 pm
Andy,
The syntax for ssh is as follows:
server#ssh@
Example:
server#ssh blindhog@78.x.x.x
Josh
December 23rd, 2009 at 3:22 pm
Nice video there, do you utilize the typescript or any replay with timing?