I did test the connection thru SSH and it worked successfully with the option set to "lo". Here is what I did:
1. Configure vino to only use localhost interface, as detailed in #15.
2. Connect from a host with public IP address (a.b.e.f) to vino server on remote host (a.b.c.d). Connection was tunneled using SSH.
Here is the output from netstat on the vino server:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 a.b.c.d:22 a.b.e.f:44168 ESTABLISHED
tcp6 0 0 ::1:5900 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
Hello Jacques,
I did test the connection thru SSH and it worked successfully with the option set to "lo". Here is what I did:
1. Configure vino to only use localhost interface, as detailed in #15.
2. Connect from a host with public IP address (a.b.e.f) to vino server on remote host (a.b.c.d). Connection was tunneled using SSH.
Here is the output from netstat on the vino server:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 a.b.c.d:22 a.b.e.f:44168 ESTABLISHED
tcp6 0 0 ::1:5900 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN