Innhold

SSH – tip

Share

To get access to something behind a firewall, you use the command

 ssh -N -f -L [local port on your computer]:[internal DNS name or IP address on the remote computer]:[remote port]  [username]@[DNS name or IP address to the firewall]