Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linux Terminal: how to capture or watch other terminal session

Tags:

Let say, I access to a server using ssh. In the same time, there is another person accessing that server.

Is it possible to watch what is going on in that person's terminal. Meaning, Can I just watch what he is typing?

like image 519
user149513 Avatar asked Aug 30 '09 06:08

user149513


People also ask

How do I capture a terminal session in Linux?

To start capturing the terminal session, all you need to do is simply start with “ttyrec” + enter. This will launch the real-time recording tool which will run in the background until we enter “exit” or we press “Ctrl+D”.

Which of the following command is used to record the terminal activities?

Script is a command line tool which is used to capture or record your Linux server terminal sessions activity and later the recorded session can be replayed using scriptreplay command.


1 Answers

If the other person is using the Linux console, you can use conspy.

like image 97
Martin v. Löwis Avatar answered Oct 30 '22 08:10

Martin v. Löwis