A workaround for me was to create manually the ssh tunnel from a terminal : assuming tou can issue a simple ssh to your router with
ssh <LoginName>@<PublicNameOfRouter> the tunnel is started with ssh -L 9999:<VpnserverAsSeenFromRouter>:5901 <LoginName>@<PublicNameOfRouter> assuming you've started the vpnserver on screen :1 (for screen :2 use 5902 in place of 5901 and so on) The tricky thing is then to ask vinagre to connect to localhost:9999 (yes, localhost, not your remote router)... and it works! NB the ssh tunnel is stopped by disconnecting from the ssh that started it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764632 Title: The "Use SSH tunnel" option doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vinagre/+bug/764632/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
