`sshuttle --sudoers-no-modify` gives incorrect output
Author: ghollisjrCreated May 21, 2026Updated May 21, 2026
When running sshuttle --sudoers-no-modify, it produces the incorrect Python package location. (The extra /sshuttle at the end breaks it.)
Real output (doesn't work):
Cmnd_Alias SSHUTTLE8BD = /usr/bin/env PYTHONPATH=/usr/lib/python3.14/site-packages/sshuttle /usr/bin/sshuttle *
Expected output (works):
Cmnd_Alias SSHUTTLE8BD = /usr/bin/env PYTHONPATH=/usr/lib/python3.14/site-packages /usr/bin/sshuttle *
My system details: sshuttle version: 1.3.2 Python: 3.14
Source: sshuttle/sshuttle