PORT FORWARDING / TUNNELING
Port forwarding / Tunneling ??
Local port forwarding ??
ssh gateway_host -L local_port:remote_host:remote_port
Remote port forwarding ??
Dynamic Port Forwarding ??
What is the difference between local and remote port forwarding?
Local port forwarding: connections from the SSH client are forwarded via the SSH server, then to a destination server.
Remote port forwarding: connections from the SSH server are forwarded via the SSH client, then to a destination server.
COMMANDS
Last updated