ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Guess what SSH can do VPN

    IT Discussion
    shuttle ssh vpn
    4
    4
    348
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Emad R
      Emad R last edited by Emad R

      The protocol that has more features than my mom

      Check shhuttle,
      https://sshuttle.readthedocs.io/en/stable/

      sudo apt-get update
      sudo apt-get install sshuttle
      sshuttle -r [email protected]_IP_WITH_SSH_PORT_OPEN_AND _PYTHON-x SAME_SERVER_IP 0/0 -v

      sshuttle -r [email protected] 5.5.5.5 0/0 -v
      you can test this first logging into that server
      ssh [email protected]

      You can also play with the SSH port, but dont think that this will support many users or be enterprise, it is simple hack. that can be usefull when they block all the big VPN names

      bbigford 1 Reply Last reply Reply Quote 0
      • scottalanmiller
        scottalanmiller last edited by

        Yeah, SSH is actually one of the most popular VPN protocols. It ends up basically being an SSL VPN with an SSH based authentication mechanism.

        1 Reply Last reply Reply Quote 0
        • bbigford
          bbigford @Emad R last edited by bbigford

          @Emad-R said in Guess what SSH can do VPN:

          The protocol that has more features than my mom

          I envy you for having a living mom.

          jmoore 1 Reply Last reply Reply Quote 0
          • jmoore
            jmoore @bbigford last edited by

            @bbigford I'll second that

            1 Reply Last reply Reply Quote 0
            • First post
              Last post