OpenSSH/Tunelling

From Ever changing code
< OpenSSH
Revision as of 14:21, 29 September 2016 by Pio2pio (talk | contribs) (Created page with "Different types of tunnelling: #Local port forwarding: connections from the SSH client are forwarded via the SSH server, then to a destination server #Remote port forwarding:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: 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
  4. reverse SSH tunnel

References