sshuttle
Package — SecurityPython 3.7+Advanced
Poor man's VPN: transparent proxy over SSH
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (requires root/sudo and a remote SSH server)
- Install
pip install sshuttle
Learn by Difficulty
Quick Example
python
# Install: pip install sshuttle import sshuttle # Basic sshuttle usage print(f"Using sshuttle") # See documentation for detailed examples
sshuttle is a third-party package. Poor man's VPN: transparent proxy over SSH. Install with: pip install sshuttle
Try in PlaygroundTags
packagesecuritycryptographyauthentication