Re: Control Gnome Desktop remotely.



Hello,

Debian (and with it, myself either) uses vino, a VNC server. With a small trick, you can reject VNC requests from outside

iptables -A INPUT -s 127.0.0.1 -m tcp --dport 5900 -j ACCEPT
iptables -A INPUT -m tcp --dport -j DROP

After that, from the remote machine you can log in to your machine with ssh, enabling portforward:

ssh -l username -L 2345:127.0.0.1:5900 hostname

Then, still on the remote machine, start a VNC client, and connect to localhost, on the port 2345. The connection will go through the ssh portforward, thus your vnc connection will be encrypted.

Good luck!
Gergely POLONKAI

Josep M. írta:
Hello.
I would like know if is possible and there is any program for control gnome desktop remotely, better if is via SSL and a web browser, or, if not via ssh with putty, for example and other program for control the desktop. All under windows. Thanks in Advance.
Josep
------------------------------------------------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com <http://us.rd.yahoo.com/mail/es/tagline/messenger/*http://es.voice.yahoo.com/>
------------------------------------------------------------------------

_______________________________________________
gnome-list mailing list
gnome-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]