File: control

package info (click to toggle)
sshproxy 0.6.0~beta2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 956 kB
  • ctags: 1,296
  • sloc: python: 8,932; sh: 268; sql: 40; makefile: 38; xml: 21
file content (63 lines) | stat: -rw-r--r-- 2,805 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: sshproxy
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 6), quilt, python-support (>= 0.7.3), python-all-dev (>= 2.3.5-11), python-paramiko (>= 1.7.2)
Standards-Version: 3.7.3
Homepage: http://www.sshproxy-project.org
Vcs-Browser: http://git.debian.org/?p=collab-maint/sshproxy.git
Vcs-Git: git://git.debian.org/git/collab-maint/sshproxy.git

Package: sshproxy
Architecture: all
Depends: ${python:Depends}, adduser, ucf
Python-Depends: python-paramiko (>= 1.7.2)
Description: ssh gateway to apply ACLs on ssh connections
 This SSH proxy allows users to connect without having passwords or
 keys for the remote site. First they connect to the proxy using their
 own credentials, and then the proxy initiates the connection to the
 remote site using, for example, the root password. Access Control
 Lists are used to check that a user is authorized to connect to a
 given remote site.

Package: sshproxy-backend-mysql
Architecture: all
Depends: dbconfig-common, mysql-client | virtual-mysql-client, ${python:Depends}, sshproxy (= ${binary:Version})
Suggests: mysql-server
Python-Depends: python-mysqldb
Description: MySQL backend for sshproxy
 This SSH proxy allows users to connect without having passwords or
 keys for the remote site. First they connect to the proxy using their
 own credentials, and then the proxy initiates the connection to the
 remote site using, for example, the root password. Access Control
 Lists are used to check that a user is authorized to connect to a
 given remote site.
 .
 This package provides the MySQL backend.

Package: sshproxy-client
Architecture: all
Depends: ssh-client
Description: wrappers around ssh for sshproxy
 This SSH proxy allows users to connect without having passwords or
 keys for the remote site. First they connect to the proxy using their
 own credentials, and then the proxy initiates the connection to the
 remote site using, for example, the root password. Access Control
 Lists are used to check that a user is authorized to connect to a
 given remote site.
 .
 This package provides clients to connect to sshproxy.

Package: sshproxy-extra-plugins
Architecture: all
Depends: ${python:Depends}, sshproxy (= ${binary:Version})
Description: extra plugins for sshproxy
 This SSH proxy allows users to connect without having passwords or
 keys for the remote site. First they connect to the proxy using their
 own credentials, and then the proxy initiates the connection to the
 remote site using, for example, the root password. Access Control
 Lists are used to check that a user is authorized to connect to a
 given remote site.
 .
 This package provides extra plugins: console-extra, acl-funcs,
 logusers, alternate-login, remote-logging and telnetclient.