6

I have a Linux machine at work (scientific Linux 6) and I would like to be able to remotely log-in from home. Security-wise we are already allowed, just the current setup requires SSH + Putty and I only get the terminal.

What can I do/install so I can access the GUI from home?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
user997112
  • 985
  • 5
  • 14
  • 23

2 Answers2

10

If your remote client is running Windows, you can enable X11 forwarding in PuTTY and install an X server for Windows such as Xming. This allows your Linux GUI applications to integrate with the Windows desktop, appearing as normal, locally-rendered windows.

If your remote client is Linux, you can just use ssh -X.

dartonw
  • 934
  • 5
  • 10
0

The simplest solution is to use Team Viewer, it is adaptable for any kind of OS even for smart phones. You install it on the devices you want and can create a profile and be able to connect to your linux from any device. If you find it difficult to set up, I can help you.

dryleaf
  • 196
  • 2
  • 4
  • 12