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