diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 132 |
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 @@ | |||
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 (>= 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 | ||
6 | Standards-Version: 3.7.3 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | ||
8 | Vcs-Bzr: http://bzr.debian.org/pkg-ssh/openssh/trunk | ||
9 | Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ssh/openssh/trunk | ||
10 | |||
11 | Package: openssh-client | ||
12 | Architecture: any | ||
13 | Depends: ${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) | ||
14 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra | ||
15 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | ||
16 | Replaces: ssh, ssh-krb5 | ||
17 | Suggests: ssh-askpass, libpam-ssh, keychain | ||
18 | Provides: rsh-client, ssh-client | ||
19 | Description: 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 | |||
42 | Package: openssh-server | ||
43 | Priority: optional | ||
44 | Architecture: any | ||
45 | Depends: ${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 | ||
46 | Recommends: xauth, openssh-blacklist-extra | ||
47 | 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) | ||
48 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | ||
49 | Suggests: ssh-askpass, rssh, molly-guard, ufw | ||
50 | Provides: ssh-server | ||
51 | Description: 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 | |||
72 | Package: ssh | ||
73 | Priority: extra | ||
74 | Architecture: all | ||
75 | Depends: ${misc:Depends}, openssh-client, openssh-server | ||
76 | Description: 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 | |||
81 | Package: ssh-krb5 | ||
82 | Priority: extra | ||
83 | Architecture: all | ||
84 | Depends: ${misc:Depends}, openssh-client, openssh-server | ||
85 | Description: 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 | |||
91 | Package: ssh-askpass-gnome | ||
92 | Section: gnome | ||
93 | Priority: optional | ||
94 | Architecture: any | ||
95 | Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | ||
96 | Replaces: ssh (<< 1:3.5p1-3) | ||
97 | Provides: ssh-askpass | ||
98 | Description: 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 | |||
105 | Package: openssh-client-udeb | ||
106 | XC-Package-Type: udeb | ||
107 | Section: debian-installer | ||
108 | Priority: optional | ||
109 | Architecture: any | ||
110 | Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9) | ||
111 | XB-Installer-Menu-Item: 99999 | ||
112 | Description: 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 | |||
119 | Package: openssh-server-udeb | ||
120 | XC-Package-Type: udeb | ||
121 | Section: debian-installer | ||
122 | Priority: optional | ||
123 | Architecture: any | ||
124 | Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9) | ||
125 | Description: 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. | ||