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