File: control

package info (click to toggle)
python-sshoot 1.4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • sloc: python: 1,110; makefile: 23; sh: 5
file content (43 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download
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
Source: python-sshoot
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 bash-completion,
 debhelper,
 dh-python,
 help2man,
 python3,
 python3-argcomplete,
 python3-babel,
 python3-fixtures <!nocheck>,
 python3-prettytable,
 python3-setuptools,
 python3-xdg,
 python3-yaml,
 shellcheck <!nocheck>,
Standards-Version: 4.3.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

Package: sshoot
Architecture: all
Depends:
 python3-pkg-resources,
 ${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.