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