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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: python-sshoot
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
bash-completion,
debhelper-compat (= 13),
dh-sequence-python3,
help2man,
pybuild-plugin-pyproject,
python3,
python3-argcomplete,
python3-babel,
python3-fixtures <!nocheck>,
python3-prettytable,
python3-pytest,
python3-pytest-mock,
python3-setuptools,
python3-xdg,
python3-yaml,
shellcheck <!nocheck>,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/python-sshoot.git
Vcs-Browser: https://salsa.debian.org/debian/python-sshoot
Homepage: https://github.com/albertodonato/sshoot
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: sshoot
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
sshuttle,
Description: manage multiple sshuttle VPN sessions
Command-line interface to manage multiple sshuttle VPN sessions.
.
sshuttle creates a VPN connection from your machine
to any remote server that you can connect to via ssh.
.
sshoot allows one to define multiple VPN sessions using sshuttle
and start/stop them as needed.
.
It supports configuration options for most of sshuttle's features,
providing flexible configuration for profiles.
|