🍺 BREW Explorer

← all formulae

sshuttle

brew install sshuttle v1.3.2 LGPL-2.1-or-later

Transparent proxy VPN over SSH without remote admin access, written in Python.

Why you might care

Tunnels traffic to a remote network via SSH without needing VPN protocols, admin rights on the target, or per-host port forwards. Solves the common case of accessing a remote LAN when you have only SSH access. Faster and simpler than SSH port forwarding or traditional VPN setup.

Categories

Alternatives

OpenSSH port forwarding WireGuard OpenVPN
2.0k
30-day installs · #966
5.7k
90-day · #1031
36.0k
365-day · #808
13.4k
★ GitHub stars · updated 2mo ago

Runtime dependencies

Links

Blurb generated by claude-haiku-4-5 on 2mo ago.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "OpenSSH port forwarding",
    "WireGuard",
    "OpenVPN"
  ],
  "build_dependencies": [],
  "categories": [
    "vpn",
    "proxy",
    "networking"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Proxy server that works as a poor man\u0027s VPN",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:14+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "sshuttle",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-06-20T22:45:51Z",
  "github_readme_excerpt": "sshuttle: where transparent proxy meets VPN meets ssh\n=====================================================\n\nAs far as I know, sshuttle is the only program that solves the following\ncommon case:\n\n- Your client machine (or router) is Linux, FreeBSD, MacOS or Windows.\n\n- You have access to a remote network via ssh.\n\n- You don\u0027t necessarily have admin access on the remote network.\n\n- The remote network has no VPN, or only stupid/complex VPN\n  protocols (IPsec, PPTP, etc). Or maybe you *are* the\n  admin and you just got frustrated with the awful state of\n  VPN tools.\n\n- You don\u0027t want to create an ssh port forward for every\n  single host/port on the remote network.\n\n- You hate openssh\u0027s port forwarding because it\u0027s randomly\n  slow and/or stupid.\n\n- You can\u0027t use openssh\u0027s PermitTunnel feature because\n  it\u0027s disabled by default on openssh servers; plus it does\n  TCP-over-TCP, which has `terrible performance`_.\n\n.. _terrible performance: https://sshuttle.readthedocs.io/en/stable/how-it-works.html\n\nObtaining sshuttle\n------------------\n\nPlease see the documentation_.\n\n.. _Documentation: https://sshuttle.readthedocs.io/en/stable/installation.html\n\nDocumentation\n-------------\nThe documentation for the stable version is available at:\nhttps://sshuttle.readthedocs.org/\n\nThe documentation for the latest development version is available at:\nhttps://sshuttle.readthedocs.org/en/latest/\n\n\nRunning as a service\n--------------------\nSshuttle can also be run as a service and configured using a config management system:\nhttps://medium.com/@mike.reider/using-sshuttle-as-a-service-bec2684a65fe\n",
  "github_repo": "sshuttle/sshuttle",
  "github_stars": 13386,
  "github_topics": [],
  "homepage": "https://github.com/sshuttle/sshuttle",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 2038,
  "installs_365d": 36042,
  "installs_90d": 5682,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "LGPL-2.1-or-later",
  "llm_generated_at": "2026-06-20T23:48:09+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "sshuttle",
  "oldnames": [],
  "one_liner": "Transparent proxy VPN over SSH without remote admin access, written in Python.",
  "optional_dependencies": [],
  "rank_30d": 966,
  "rank_365d": 808,
  "rank_90d": 1031,
  "raw_hash": "fe23b389b0953124",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/s/sshuttle.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.3.2",
  "versioned_formulae": [],
  "why_use_this": "Tunnels traffic to a remote network via SSH without needing VPN protocols, admin rights on the target, or per-host port forwards. Solves the common case of accessing a remote LAN when you have only SSH access. Faster and simpler than SSH port forwarding or traditional VPN setup."
}