How to display the execution result in remote linux screen(command input via ssh)? -
Everyone:
I need to connect to remote Linux, I already know How to run and display the GUI program in Remote Linux It can be:
ssh username @ ip export DISPLAY =: 0.0 Firefox & amp; However, my goal is not to have X Window System in Linux, I need to display the performance results in the remote Linux's screen, for example:
My PC A, the remote PC is B
After connecting to a use SH Access B, B, I type LS in A and press Enter
Display the results in B's screen Need (TTI or whatever, I do not know what to say Should be)
Any ideas? Thanks for your help.
Basic Thoughts:
$ ssh user @bb $ run -programm & gt; / Dev / console
Comments
Post a Comment