OpenSSH/Tunelling

From Ever changing code
< OpenSSH
Revision as of 16:26, 29 September 2016 by Pio2pio (talk | contribs)
Jump to navigation Jump to search

Different types of tunnelling:

  1. Local port forwarding: connections from the SSH client are forwarded via the SSH server, then to a destination server
  2. Remote port forwarding (reverse SSH tunnel): connections from the SSH server are forwarded via the SSH client, then to a destination server
  3. Dynamic port forwarding: connections from various programs are forwarded via the SSH client, then via the SSH server, and finally to several destination servers

References