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...
|
|
If the other person is using the Linux console, you can use conspy. |
||
|
|
|
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. |
||
|
|
