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@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list

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



Relevant Pages

  • Re: Making VNC behave like Windoze RDP
    ... SSH tunnel, but I might try Cygwin too. ... > This allows you to connect via vnc, run programs, disconnect, then ... >> While I'm on the subject, is anyone aware of a better remote desktop ... > And by just sending the windows of the particular programs you want to ...
    (Fedora)
  • Re: Remote XWindows
    ... I am doing well with putty but have hit a point where I need to bring up my browser in a remote session.. ... With ssh, you can run this to execute the application remotely but have it displayed locally: ... If you want it to be displayed remotely as well, you'll want to look into VNC ... What I get at startx is the message "Server is already active for display 0". ...
    (Fedora)
  • Re: Remote XWindows
    ... Mike Dwiggins wrote: ... I am doing well with putty but have hit a point where I need to bring up my browser in a remote session.. ... With ssh, you can run this to execute the application remotely but have it displayed locally: ... If you want it to be displayed remotely as well, you'll want to look into VNC ...
    (Fedora)
  • Re: Remote XWindows
    ... I am doing well with putty but have hit a point where I need to bring up my browser in a remote session.. ... With ssh, you can run this to execute the application remotely but have it displayed locally: ... If you want it to be displayed remotely as well, you'll want to look into VNC ...
    (Fedora)
  • Re: Remote XWindows
    ... I am doing well with putty but have hit a point where I need to bring up my browser in a remote session.. ... With ssh, you can run this to execute the application remotely but have it displayed locally: ... If you want it to be displayed remotely as well, you'll want to look into VNC ...
    (Fedora)