Create SSH tunnel linux

Forward local port 8080 to an internal host via bastion

ssh -L 8080:internal-service:80 user@bastion -N -f