Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remote desktop connectivity from Windows 7 to Red Hat Enterprise Linux 6

What would be the best way to establish remote desktop connectivity from a Windows 7 machine to Red Hat Enterprise Linux 6? The machines reside on the same network.

like image 832
user1340582 Avatar asked Aug 20 '12 09:08

user1340582


2 Answers

For graphic usage, you have at least the following options:

  • SPICE (http://spice-space.org/download.html)
  • NoMachine's NX Server (http://www.nomachine.com/)
  • VNC (http://www.redhat.com/magazine/006apr05/features/vnc/)

SPICE is newer and pretty slick. I've used NX Server for years and it's great. VNC is pretty unsecure, so use that as a last ditch option.

like image 84
BoeroBoy Avatar answered Oct 05 '22 06:10

BoeroBoy


XRDP is a Remote Desktop Server implementation for Linux. It allows you to use the standard Remote Desktop client that ships with Windows to connect to remote Linux desktops. I've had good results using it in Fedora so I'd imagine it'd handle okay in RHEL.

Here's a tutorial on setting it up: http://sirjune.wordpress.com/2009/11/06/howto-xrdp-on-fedora-rhel/

like image 42
PhonicUK Avatar answered Oct 05 '22 04:10

PhonicUK