The use of ssh enables a secure connection from a local X server to a remote application server. Set X11Forwarding and AllowTcpForwarding entries to yes in /etc/ssh/sshd_config of the remote host. Start the X server on the local host. Run ssh to establish a connection with the remote site.
localname@localhost:~$ ssh -q -X -l loginname remotehost.domain
Password:
**********
Sorry, comments are closed.