SSH tunneling: Dynamic port forwarding (SOCKS proxy on localhost:1080)

ssh

  • Secure Shell is a protocol used to securely log onto remote systems.
    It can be used for logging or executing commands on a remote server.
    More information: <https://man.openbsd.org/ssh>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

ssh -D {{1080}} {{username}}@{{remote_host}}

click the source code to copy install ssh on any operating system with command-not-found.com