I can found a guide which helps to enable remote control for Ubuntu from graphical log in. I'm using EC2 server and need to enable this using putty command line.

Please help.

link|improve this question

67% accept rate
feedback

2 Answers

You should try using the X11 forwarding option under SSH->X11, or the port-forwarding option under SSH->Tunnels.

For example, you can forward port 3389 to a network you're connecting to, then use the "Remote Desktop Connection" program (in Windows 7, maybe others too) to connect to another Windows machine, or any machine running an RDP server (e.g., xrdp for Linux).

RDP is usually faster than VNC or X11, but it's not secure (except that it's encrypted through the SSH connection).

link|improve this answer
feedback
up vote 0 down vote accepted

I found myself here - not sure if it works

Enabling Remote Desktop in Ubuntu (link1, link2)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.