Run a chisel server that accepts authenticated connections using username and password

chisel

  • Create TCP tunnels. Includes both client and server.
    More information: <https://github.com/jpillora/chisel>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

chisel server --auth {{username}}:{{password}}

click the source code to copy