T
T
TechNOIR2017-05-22 11:54:45
linux
TechNOIR, 2017-05-22 11:54:45

Terminal server on Linux. How to organize an analogue of RemoteAPP?

Good day everyone.
Comrades, I organized a terminal server based on these instructions
. But I want to make an analogue of the Windows Remoteapp. Ie forward a specific application via RDP (browser).
Is it possible to?
I know there is X2GO. But I'm interested in the bundle as in the instructions.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Spetros, 2017-05-22
@Spetros

You can run remote applications using the X server.
ssh -X [email protected]_address_or_name

Y
Yuri Chudnovsky, 2017-05-22
@Frankenstine

If you have Linux, a terminal server is not at all necessary here, these are the basic features of X.
1) We go via ssh with X packet forwarding:
ssh -X [email protected]
2) We launch the necessary applications:
firefox
That's all the "magic". The application runs on the remote computer, but is displayed on yours. The window is indistinguishable from the local one until the network slows down :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question