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