erver.
====== Tunnels ======
We can map distant ports on localhost local ports, using a bounce host:
<code>
ssh -L 8080:server_to_forward_ports_of:80 server_to_connect_to
</code>
once connecte... lhost:8080 would be the same as server_to_forward_ports_of:80.
====== SOCKS proxies ======
<code>
ssh -... ill not work with tunneled protocols or forwarded ports (See [[http://www.symkat.com/ssh-tips-and-tricks-
ort on FreeBSD ======
Sometimes we use alternate ports (in my case, openssl111, to get TLS 1.3 under ngi... his in basejail:
<code>
cd /path/to/basejail/usr/ports
cp -vrp openssl openssl111
sed -i bak s/openssl/o