From 6a96ace497749af2403b8c72a55f6d59712c5e78 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 18 Apr 2015 14:33:30 +0200 Subject: [PATCH] autossh is not required but nice to have --- README.md | 8 +++++++- packaging/control | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e914f4b..9c3b5ff 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,16 @@ Required Software - You need PyXAPI, available here: http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/ - - You also need autossh, available in various package management systems - Python 2.x, both locally and the remote system +Additional Suggested Software +----------------------------- + + - You may want to need autossh, available in various package management + systems + + sshuttle: where transparent proxy meets VPN meets ssh ===================================================== diff --git a/packaging/control b/packaging/control index 63d88f3..a1bc76b 100644 --- a/packaging/control +++ b/packaging/control @@ -2,7 +2,8 @@ Package: sshuttle Version: 0+git Architecture: all Maintainer: Jim Wyllie -Depends: autossh, iptables, python (>= 2.6) +Depends: iptables, python (>= 2.6) +Suggests: autossh Section: net Priority: optional Homepage: http://github.com/sshuttle/sshuttle