you can make it work without ssh tunneling by using -localhost no On Mon, Dec 19, 2016 at 8:44 PM, John Paul Adrian Glaubitz < [email protected]> wrote:
> On 12/19/2016 07:58 PM, Kevin Stabel wrote: > > OK, it's working now? > > Yes, I had to use SSH tunneling to make it work. > > On the SPARC: > > $ tigervncserver -interface 192.168.178.53 -geometry 1400x900 -cleanstale > > Then from the client: > > $ ssh -L 5901:localhost:5901 192.168.178.53 > > Then I could connect from the client through the tunnel: > > $ vncviewer localhost:5901 > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - [email protected] > `. `' Freie Universitaet Berlin - [email protected] > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 >

