You can't, when you connect through ssh, you create one single display connection, usualy a pts/N connection, through which you can't pipe output from the terminal.I was wonder how do I see the output from TTY2 from a SSH session.
What you see on your screen is a display connection on the local machine, this is called through a vtN connection, this is created through getty, which is also responsible of creating TTYN, so here it is possible to pipe the output from another TTY to your current TTY.
It's convinient called screenAlso I remember seeing a command which allow an application to be separated from the screen and able to call it back from command line.


Reply With Quote
Bookmarks