1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-07 18:17:20 +02:00

another python 3.5 change

This commit is contained in:
Joshua Li
2020-06-10 16:46:52 -07:00
parent e56f8f2349
commit 61bbbca956

@ -11,7 +11,7 @@ Description
----------- -----------
:program:`sshuttle` allows you to create a VPN connection from your :program:`sshuttle` allows you to create a VPN connection from your
machine to any remote server that you can connect to via machine to any remote server that you can connect to via
ssh, as long as that server has python 2.3 or higher. ssh, as long as that server has python 3.5 or higher.
To work, you must have root access on the local machine, To work, you must have root access on the local machine,
but you can have a normal account on the server. but you can have a normal account on the server.