diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..c513f4ee4 --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,164 @@ | |||
1 | Source: openssh | ||
2 | Section: net | ||
3 | Priority: standard | ||
4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> | ||
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4) | ||
6 | XS-Testsuite: autopkgtest | ||
7 | Standards-Version: 3.9.6 | ||
8 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | ||
9 | Homepage: http://www.openssh.org/ | ||
10 | Vcs-Git: git://anonscm.debian.org/pkg-ssh/openssh.git | ||
11 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ssh/openssh.git | ||
12 | |||
13 | Package: openssh-client | ||
14 | Architecture: any | ||
15 | Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | ||
16 | Recommends: xauth | ||
17 | Conflicts: sftp | ||
18 | Replaces: ssh, ssh-krb5 | ||
19 | Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere | ||
20 | Provides: rsh-client, ssh-client | ||
21 | Multi-Arch: foreign | ||
22 | Description: secure shell (SSH) client, for secure access to remote machines | ||
23 | This is the portable version of OpenSSH, a free implementation of | ||
24 | the Secure Shell protocol as specified by the IETF secsh working | ||
25 | group. | ||
26 | . | ||
27 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
28 | and for executing commands on a remote machine. | ||
29 | It provides secure encrypted communications between two untrusted | ||
30 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
31 | ports can also be forwarded over the secure channel. | ||
32 | It can be used to provide applications with a secure communication | ||
33 | channel. | ||
34 | . | ||
35 | This package provides the ssh, scp and sftp clients, the ssh-agent | ||
36 | and ssh-add programs to make public key authentication more convenient, | ||
37 | and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. | ||
38 | . | ||
39 | In some countries it may be illegal to use any encryption at all | ||
40 | without a special permit. | ||
41 | . | ||
42 | ssh replaces the insecure rsh, rcp and rlogin programs, which are | ||
43 | obsolete for most purposes. | ||
44 | |||
45 | Package: openssh-server | ||
46 | Priority: optional | ||
47 | Architecture: any | ||
48 | Pre-Depends: ${misc:Pre-Depends} | ||
49 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server | ||
50 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} | ||
51 | Conflicts: ssh-socks, ssh2, sftp | ||
52 | Replaces: ssh, ssh-krb5 | ||
53 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere | ||
54 | Provides: ssh-server | ||
55 | Multi-Arch: foreign | ||
56 | Description: secure shell (SSH) server, for secure access from remote machines | ||
57 | This is the portable version of OpenSSH, a free implementation of | ||
58 | the Secure Shell protocol as specified by the IETF secsh working | ||
59 | group. | ||
60 | . | ||
61 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
62 | and for executing commands on a remote machine. | ||
63 | It provides secure encrypted communications between two untrusted | ||
64 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
65 | ports can also be forwarded over the secure channel. | ||
66 | It can be used to provide applications with a secure communication | ||
67 | channel. | ||
68 | . | ||
69 | This package provides the sshd server. | ||
70 | . | ||
71 | In some countries it may be illegal to use any encryption at all | ||
72 | without a special permit. | ||
73 | . | ||
74 | sshd replaces the insecure rshd program, which is obsolete for most | ||
75 | purposes. | ||
76 | |||
77 | Package: openssh-sftp-server | ||
78 | Priority: optional | ||
79 | Architecture: any | ||
80 | Depends: ${shlibs:Depends}, ${misc:Depends} | ||
81 | Recommends: openssh-server | ssh-server | ||
82 | Breaks: openssh-server (<< 1:6.5p1-5) | ||
83 | Replaces: openssh-server (<< 1:6.5p1-5) | ||
84 | Enhances: openssh-server, ssh-server | ||
85 | Description: secure shell (SSH) sftp server module, for SFTP access from remote machines | ||
86 | This is the portable version of OpenSSH, a free implementation of | ||
87 | the Secure Shell protocol as specified by the IETF secsh working | ||
88 | group. | ||
89 | . | ||
90 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
91 | and for executing commands on a remote machine. | ||
92 | It provides secure encrypted communications between two untrusted | ||
93 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
94 | ports can also be forwarded over the secure channel. | ||
95 | It can be used to provide applications with a secure communication | ||
96 | channel. | ||
97 | . | ||
98 | This package provides the SFTP server module for the SSH server. It | ||
99 | is needed if you want to access your SSH server with SFTP. The SFTP | ||
100 | server module also works with other SSH daemons like dropbear. | ||
101 | |||
102 | Package: ssh | ||
103 | Priority: extra | ||
104 | Architecture: all | ||
105 | Pre-Depends: dpkg (>= 1.17.5) | ||
106 | Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) | ||
107 | Description: secure shell client and server (metapackage) | ||
108 | This metapackage is a convenient way to install both the OpenSSH client | ||
109 | and the OpenSSH server. It provides nothing in and of itself, so you | ||
110 | may remove it if nothing depends on it. | ||
111 | |||
112 | Package: ssh-krb5 | ||
113 | Section: oldlibs | ||
114 | Priority: extra | ||
115 | Architecture: all | ||
116 | Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) | ||
117 | Description: secure shell client and server (transitional package) | ||
118 | This is a transitional package depending on the regular Debian OpenSSH | ||
119 | client and server, which now support GSSAPI natively. It will add the | ||
120 | necessary GSSAPI options to the server configuration file. You can | ||
121 | remove it once the upgrade is complete and nothing depends on it. | ||
122 | |||
123 | Package: ssh-askpass-gnome | ||
124 | Section: gnome | ||
125 | Priority: optional | ||
126 | Architecture: any | ||
127 | Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | ||
128 | Replaces: ssh (<< 1:3.5p1-3) | ||
129 | Provides: ssh-askpass | ||
130 | Description: interactive X program to prompt users for a passphrase for ssh-add | ||
131 | This has been split out of the main openssh-client package so that | ||
132 | openssh-client does not need to depend on GTK+. | ||
133 | . | ||
134 | You probably want the ssh-askpass package instead, but this is | ||
135 | provided to add to your choice and/or confusion. | ||
136 | |||
137 | Package: openssh-client-udeb | ||
138 | Package-Type: udeb | ||
139 | Section: debian-installer | ||
140 | Priority: optional | ||
141 | Architecture: any | ||
142 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
143 | XB-Installer-Menu-Item: 99999 | ||
144 | Description: secure shell client for the Debian installer | ||
145 | This is the portable version of OpenSSH, a free implementation of | ||
146 | the Secure Shell protocol as specified by the IETF secsh working | ||
147 | group. | ||
148 | . | ||
149 | This package provides the ssh client for use in debian-installer. | ||
150 | |||
151 | Package: openssh-server-udeb | ||
152 | Package-Type: udeb | ||
153 | Section: debian-installer | ||
154 | Priority: optional | ||
155 | Architecture: any | ||
156 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
157 | Description: secure shell server for the Debian installer | ||
158 | This is the portable version of OpenSSH, a free implementation of | ||
159 | the Secure Shell protocol as specified by the IETF secsh working | ||
160 | group. | ||
161 | . | ||
162 | This package provides the sshd server for use in debian-installer. | ||
163 | Since it is expected to be used in specialized situations (e.g. S/390 | ||
164 | installs with no console), it does not provide any configuration. | ||