#975·sshuttle

Sshuttle 1.1.2 not working on macOS Sequoia Developer Beta 15.0

Author: woxiqingxianCreated Jul 2, 2024Updated Mar 10, 2026

Sorry if this is a duplicate issue, but I could not find another issue with the same problem. I am trying to use Sshuttle to connect to a Linux server from my macOS. With the command below:

sshuttle -v -r [email protected] XXX.0.0.0/8

When running this command, after typing the password, the flow lines of logs are shown:

Starting sshuttle proxy (version 1.1.2). c : Starting firewall manager with command: ['/usr/bin/sudo', '-p', '[local sudo] Password: ', '/usr/bin/env', 'PYTHONPATH=/opt/homebrew/Cellar/sshuttle/1.1.2/libexec/lib/python3.12/site-packages', '/opt/homebrew/Cellar/sshuttle/1.1.2/libexec/bin/python', '/opt/homebrew/bin/sshuttle', '-v', '--method', 'auto', '--firewall'] fw: Starting firewall with Python version 3.12.4 fw: ready method name pf. c : IPv6 enabled: Using default IPv6 listen address ::1 c : Method: pf c : IPv4: on c : IPv6: on c : UDP : off (not available with pf method) c : DNS : off (available) c : User: off (not available with pf method) c : Subnets to forward through remote host (type, IP, cidr mask width, startPort, endPort): c : (<AddressFamily.AF_INET: 2>, '10.0.0.0', 8, 0, 0) c : Subnets to exclude from forwarding: c : (<AddressFamily.AF_INET: 2>, '127.0.0.1', 32, 0, 0) c : (<AddressFamily.AF_INET6: 30>, '::1', 128, 0, 0) c : TCP redirector listening on ('::1', 12300, 0, 0). c : TCP redirector listening on ('127.0.0.1', 12300). c : Starting client with Python version 3.12.4 c : Connecting to server... s: Running server on remote host with /usr/bin/python3 (version 3.8.10) s: latency control setting = True s: auto-nets:False c : Connected to server. fw: setting up. fw: >> pfctl -s Interfaces -i lo -v fw: >> pfctl -s all fw: >> pfctl -a sshuttle6-12300 -f /dev/stdin fw: >> pfctl -E fw: >> pfctl -s Interfaces -i lo -v fw: >> pfctl -s all fw: >> pfctl -a sshuttle-12300 -f /dev/stdin fw: >> pfctl -E

Sshuttle --version 1.1.2 macOS Sequoia Developer Beta2 15.0

Previously it ran fine on older versions of macOS Sonoma, but after the upgrade it doesn't work.

Can someone help me? Thanks