On Fri, 25 Oct 2013 05:06:02 +0000, ClassANetwork wrote:
> However, when I set up XRDP or XVNC, they all try to connect via the
> loopback address instead of just going straight to the desktop.
That's generally (at least for VNC servers) because the communication's
not encrypted.
Try:
ssh -L 5911:localhost:5901 user@systemaddress
Replace "user" with your username and "systemaddress" with the address of
the target server. You may need to adjust the forwarded port as well,
depending on how the remote system is set up.
This will cause a secure tunnel to be created over the port to the remote
system that you can then run vncviewer over using:
vncviewer localhost:11
(That connects to port 5911 on the local system, which is forwarded to
port 5901 on the remote server's loopback adapter)
Jim
--
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at
openSUSE Forums FAQ
Bookmarks