Skip to content

Commit 6a96ace

Browse files
committed
autossh is not required but nice to have
1 parent 163aab2 commit 6a96ace

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ Required Software
1313

1414
- You need PyXAPI, available here:
1515
http://www.pps.univ-paris-diderot.fr/~ylg/PyXAPI/
16-
- You also need autossh, available in various package management systems
1716
- Python 2.x, both locally and the remote system
1817

1918

19+
Additional Suggested Software
20+
-----------------------------
21+
22+
- You may want to need autossh, available in various package management
23+
systems
24+
25+
2026
sshuttle: where transparent proxy meets VPN meets ssh
2127
=====================================================
2228

packaging/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Package: sshuttle
22
Version: 0+git
33
Architecture: all
44
Maintainer: Jim Wyllie <[email protected]>
5-
Depends: autossh, iptables, python (>= 2.6)
5+
Depends: iptables, python (>= 2.6)
6+
Suggests: autossh
67
Section: net
78
Priority: optional
89
Homepage: http://github.com/sshuttle/sshuttle

0 commit comments

Comments
 (0)