Comment 19 for bug 275340

Revision history for this message
slashbin (slashbin) wrote :

I had a similar failure as Jacques in #10 and I found it was caused by the
way I started ssh forwarding: for vino server on remote a.b.c.d, I used to run

    ssh -L 5902:a.b.c.d:5900 a.b.c.d

Now I run

    ssh -L 5902:localhost:5900 a.b.c.d

This works when network_interface is "lo".