Ok. I've have looked and failed.

What I want seems to me should be simple but so am I so....

I have a Unix server that is running a program we will say logged in as UserA. The program is outputting a bunch of stuff to the terminal.

I would like to log in from my machine to the server as Either UserA, UserB or if needed Root and somehow get that programs output to appear on my screen where I can use some scripting on my telnet client to sort through the content.

This would really help me out.

Thanks

1) remote desktop to that workstation to see/review the progress
2) redirect the output going to the screen to got to (perhaps also with a tee command) a file

1) The program is run on startup on the Server itself.
2) Tee would be great if I could tee it to my screen instead of a file.