I take my shitposts very seriously.

  • 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle


  • Perhaps there was an easier lighter-weight way of doing this?

    sshuttle does exactly that. It’s basically a VPN that uses SSH tunnelling. If you have a host in the same network as the target machine, and you can SSH into it, sshuttle can route all TCP traffic between you and the target (or a subnet) through the host without having to bind local ports manually.

    sshuttle -r ssh_server <hosts/subnets...>