From 61bbbca956ef9d525c43ce572c8e64f4a5f06aec Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Wed, 10 Jun 2020 16:46:52 -0700 Subject: [PATCH] another python 3.5 change --- docs/manpage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manpage.rst b/docs/manpage.rst index 8a5b09a..68845be 100644 --- a/docs/manpage.rst +++ b/docs/manpage.rst @@ -11,7 +11,7 @@ Description ----------- :program:`sshuttle` allows you to create a VPN connection from your 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, but you can have a normal account on the server.