up vote 1 down vote favorite
share [g+] share [fb]

Let say i access to a server using ssh. In the same time there are another person access that server..is it possible to watch what is going on in that person's terminal..it's mean i can only watching what is he typing...

link|improve this question

75% accept rate
feedback

4 Answers

up vote 3 down vote accepted

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

link|improve this answer
i have try it,but it do not works – user149513 Sep 6 '09 at 4:33
feedback

If you mean that the other person wants you to see his console, you two can use screen to share a terminal. See http://www.gnu.org/software/screen/manual/html%5Fnode/Multiuser-Session.html for a full description of how to do it.

link|improve this answer
feedback

You can also try "cat /dev/vcsa1"

link|improve this answer
feedback

Well depending on whether its for 'live' or 'ondemand' purposes, you could replay it online with a service like www.playterm.org.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.