summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control126
1 files changed, 126 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..062a5148e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,126 @@
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), sharutils, libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 lpia m68k mips mipsel powerpc ppc64 s390 sh4 sparc], libkrb5-dev | heimdal-dev
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 client, an rlogin/rsh/rcp replacement
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 is intended as a replacement for rlogin, rsh and rcp, and can be
30 used to provide applications with a secure communication 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
39Package: openssh-server
40Priority: optional
41Architecture: any
42Depends: ${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
43Recommends: xauth, openssh-blacklist-extra
44Conflicts: 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)
45Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5
46Suggests: ssh-askpass, rssh, molly-guard, ufw
47Provides: ssh-server
48Description: secure shell server, an rshd replacement
49 This is the portable version of OpenSSH, a free implementation of
50 the Secure Shell protocol as specified by the IETF secsh working
51 group.
52 .
53 Ssh (Secure Shell) is a program for logging into a remote machine
54 and for executing commands on a remote machine.
55 It provides secure encrypted communications between two untrusted
56 hosts over an insecure network. X11 connections and arbitrary TCP/IP
57 ports can also be forwarded over the secure channel.
58 It is intended as a replacement for rlogin, rsh and rcp, and can be
59 used to provide applications with a secure communication channel.
60 .
61 This package provides the sshd server.
62 .
63 In some countries it may be illegal to use any encryption at all
64 without a special permit.
65
66Package: ssh
67Priority: extra
68Architecture: all
69Depends: ${misc:Depends}, openssh-client, openssh-server
70Description: secure shell client and server (metapackage)
71 This metapackage is a convenient way to install both the OpenSSH client
72 and the OpenSSH server. It provides nothing in and of itself, so you
73 may remove it if nothing depends on it.
74
75Package: ssh-krb5
76Priority: extra
77Architecture: all
78Depends: ${misc:Depends}, openssh-client, openssh-server
79Description: secure shell client and server (transitional package)
80 This is a transitional package depending on the regular Debian OpenSSH
81 client and server, which now support GSSAPI natively. It will add the
82 necessary GSSAPI options to the server configuration file. You can
83 remove it once the upgrade is complete and nothing depends on it.
84
85Package: ssh-askpass-gnome
86Section: gnome
87Priority: optional
88Architecture: any
89Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5
90Replaces: ssh (<< 1:3.5p1-3)
91Provides: ssh-askpass
92Description: interactive X program to prompt users for a passphrase for ssh-add
93 This has been split out of the main openssh-client package so that
94 openssh-client does not need to depend on GTK+.
95 .
96 You probably want the ssh-askpass package instead, but this is
97 provided to add to your choice and/or confusion.
98
99Package: openssh-client-udeb
100XC-Package-Type: udeb
101Section: debian-installer
102Priority: optional
103Architecture: any
104Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9)
105XB-Installer-Menu-Item: 99999
106Description: secure shell client for the Debian installer
107 This is the portable version of OpenSSH, a free implementation of
108 the Secure Shell protocol as specified by the IETF secsh working
109 group.
110 .
111 This package provides the ssh client for use in debian-installer.
112
113Package: openssh-server-udeb
114XC-Package-Type: udeb
115Section: debian-installer
116Priority: optional
117Architecture: any
118Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9)
119Description: secure shell server for the Debian installer
120 This is the portable version of OpenSSH, a free implementation of
121 the Secure Shell protocol as specified by the IETF secsh working
122 group.
123 .
124 This package provides the sshd server for use in debian-installer.
125 Since it is expected to be used in specialized situations (e.g. S/390
126 installs with no console), it does not provide any configuration.