summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control133
1 files changed, 133 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..2b0fcb8c2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,133 @@
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-1), libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 7.4.2~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, hardening-includes
6Standards-Version: 3.8.4
7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org>
8Homepage: http://www.openssh.org/
9Vcs-Bzr: http://bzr.debian.org/pkg-ssh/openssh/trunk
10Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ssh/openssh/trunk
11
12Package: openssh-client
13Architecture: any
14Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9)
15Recommends: xauth, openssh-blacklist, openssh-blacklist-extra
16Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
17Replaces: ssh, ssh-krb5
18Suggests: ssh-askpass, libpam-ssh, keychain
19Provides: rsh-client, ssh-client
20Description: secure shell (SSH) client, for secure access to remote machines
21 This is the portable version of OpenSSH, a free implementation of
22 the Secure Shell protocol as specified by the IETF secsh working
23 group.
24 .
25 Ssh (Secure Shell) is a program for logging into a remote machine
26 and for executing commands on a remote machine.
27 It provides secure encrypted communications between two untrusted
28 hosts over an insecure network. X11 connections and arbitrary TCP/IP
29 ports can also be forwarded over the secure channel.
30 It can be used to provide applications with a secure communication
31 channel.
32 .
33 This package provides the ssh, scp and sftp clients, the ssh-agent
34 and ssh-add programs to make public key authentication more convenient,
35 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
36 .
37 In some countries it may be illegal to use any encryption at all
38 without a special permit.
39 .
40 ssh replaces the insecure rsh, rcp and rlogin programs, which are
41 obsolete for most purposes.
42
43Package: openssh-server
44Priority: optional
45Architecture: any
46Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.2-13), libssl0.9.8 (>= 0.9.8g-9), openssh-blacklist, procps
47Recommends: xauth, openssh-blacklist-extra
48Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
49Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5
50Suggests: ssh-askpass, rssh, molly-guard, ufw
51Provides: ssh-server
52Description: secure shell (SSH) server, for secure access from remote machines
53 This is the portable version of OpenSSH, a free implementation of
54 the Secure Shell protocol as specified by the IETF secsh working
55 group.
56 .
57 Ssh (Secure Shell) is a program for logging into a remote machine
58 and for executing commands on a remote machine.
59 It provides secure encrypted communications between two untrusted
60 hosts over an insecure network. X11 connections and arbitrary TCP/IP
61 ports can also be forwarded over the secure channel.
62 It can be used to provide applications with a secure communication
63 channel.
64 .
65 This package provides the sshd server.
66 .
67 In some countries it may be illegal to use any encryption at all
68 without a special permit.
69 .
70 sshd replaces the insecure rshd program, which is obsolete for most
71 purposes.
72
73Package: ssh
74Priority: extra
75Architecture: all
76Depends: ${misc:Depends}, openssh-client, openssh-server
77Description: secure shell client and server (metapackage)
78 This metapackage is a convenient way to install both the OpenSSH client
79 and the OpenSSH server. It provides nothing in and of itself, so you
80 may remove it if nothing depends on it.
81
82Package: ssh-krb5
83Priority: extra
84Architecture: all
85Depends: ${misc:Depends}, openssh-client, openssh-server
86Description: secure shell client and server (transitional package)
87 This is a transitional package depending on the regular Debian OpenSSH
88 client and server, which now support GSSAPI natively. It will add the
89 necessary GSSAPI options to the server configuration file. You can
90 remove it once the upgrade is complete and nothing depends on it.
91
92Package: ssh-askpass-gnome
93Section: gnome
94Priority: optional
95Architecture: any
96Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5
97Replaces: ssh (<< 1:3.5p1-3)
98Provides: ssh-askpass
99Description: interactive X program to prompt users for a passphrase for ssh-add
100 This has been split out of the main openssh-client package so that
101 openssh-client does not need to depend on GTK+.
102 .
103 You probably want the ssh-askpass package instead, but this is
104 provided to add to your choice and/or confusion.
105
106Package: openssh-client-udeb
107XC-Package-Type: udeb
108Section: debian-installer
109Priority: optional
110Architecture: any
111Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9)
112XB-Installer-Menu-Item: 99999
113Description: secure shell client for the Debian installer
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 This package provides the ssh client for use in debian-installer.
119
120Package: openssh-server-udeb
121XC-Package-Type: udeb
122Section: debian-installer
123Priority: optional
124Architecture: any
125Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9)
126Description: secure shell server for the Debian installer
127 This is the portable version of OpenSSH, a free implementation of
128 the Secure Shell protocol as specified by the IETF secsh working
129 group.
130 .
131 This package provides the sshd server for use in debian-installer.
132 Since it is expected to be used in specialized situations (e.g. S/390
133 installs with no console), it does not provide any configuration.