Desktop Virtualisation

Asked by Karamjit Singh

Can we perform Desktop Virtualisation using some tool on Ubuntu OS i.e. Once single Main Computer attached to an access device and about 15 shared computers connected to the Access Device sharing single OS and other applications.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu openssh Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Sure, you can use SSH with X forwarding. Have the clients connect to the server then run graphical applications. You can connect with:

ssh -X user@server

The apps will only display on the client but will be running on the server (much like citrix).

Alternatively there is this:
https://help.ubuntu.com/community/ThinClientHowto

Can you help with this problem?

Provide an answer of your own, or ask Karamjit Singh for more information if necessary.

To post a message you must log in.