Create SSH Tunnel
An SSH tunnel is used to enable encrypted access to network services on a server. A port is made available on the server and on the client side for this purpose. Access to the client is then as if the tunneled service were running locally. This tutorial describes all the necessary steps to set up such an SSH tunnel. I did all the steps in this tutorial on two Gentoo systems....