1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: sshuttle
Section: net
Priority: optional
Maintainer: Brian May <bam@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all, python3-pytest,
python3-sphinx,
python3-pytest-runner, python3-pytest-cov,
python3-hatchling,
furo,
pybuild-plugin-pyproject
Standards-Version: 4.5.0
Homepage: https://github.com/sshuttle/sshuttle
Vcs-Browser: https://salsa.debian.org/debian/sshuttle
Vcs-Git: https://salsa.debian.org/debian/sshuttle.git
Package: sshuttle
Architecture: all
Depends: iptables | nftables, openssh-client | lsh-client | dropbear | ssh-client,
${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: sudo
Suggests: autossh
Description: Transparent proxy server for VPN over SSH
Sshuttle makes it possible to access remote networks using SSH. It creates a
transparent proxy server, using iptables, that will forward all the traffic
through an SSH tunnel to a remote copy of sshuttle.
.
It does not require installation on the remote server, which just needs to
have Python installed.
|