mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-12 00:19:22 +01:00
25 lines
355 B
ReStructuredText
25 lines
355 B
ReStructuredText
Installation
|
|
============
|
|
|
|
- From PyPI::
|
|
|
|
pip install sshuttle
|
|
|
|
- Debain package manager::
|
|
|
|
sudo apt install sshuttle
|
|
|
|
- Clone::
|
|
|
|
git clone https://github.com/sshuttle/sshuttle.git
|
|
cd sshuttle
|
|
./setup.py install
|
|
|
|
|
|
Optionally after installation
|
|
-----------------------------
|
|
|
|
- Add to sudoers file::
|
|
|
|
sshuttle --sudoers
|