I need to connect to Linux computers from remote. I am using LogMeIn for windows PCs. But it doesn't have client for Linux boxes.
I have tried Team Viewer, but seems very heavy.
Is there any other solution for this??
|
I need to connect to Linux computers from remote. I am using LogMeIn for windows PCs. But it doesn't have client for Linux boxes. I have tried Team Viewer, but seems very heavy. Is there any other solution for this?? |
|||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
One of the VNC client variants would be a good choice. There are several forks, I use TightVNC but YMMV. |
|||
|
|
|
NoMachine (NX Free Edition in 3.5.0) for Linux will let you access Linux boxes. On your local desktop you'll need to install their client: NoMachine Player (NX Client 3.5.0). They also just released NoMachine for remote access to Windows PCs and Macs. |
|||
|
|
|
Either try using vnc (x11vnc or something) if you need the whole desktop, or ssh with X forwarding (ssh -X) to forward just one window/app. |
|||
|
|