diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..176272b9a --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,133 @@ | |||
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.4.2~), libselinux1-dev [alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh4 sparc], libkrb5-dev | heimdal-dev, hardening-includes | ||
6 | Standards-Version: 3.8.4 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | ||
8 | Homepage: http://www.openssh.org/ | ||
9 | Vcs-Bzr: http://bzr.debian.org/pkg-ssh/openssh/trunk | ||
10 | Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ssh/openssh/trunk | ||
11 | |||
12 | Package: openssh-client | ||
13 | Architecture: any | ||
14 | 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) | ||
15 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra | ||
16 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | ||
17 | Replaces: ssh, ssh-krb5 | ||
18 | Suggests: ssh-askpass, libpam-ssh, keychain | ||
19 | Provides: rsh-client, ssh-client | ||
20 | Description: 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 | |||
43 | Package: openssh-server | ||
44 | Priority: optional | ||
45 | Architecture: any | ||
46 | 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 | ||
47 | Recommends: xauth, openssh-blacklist-extra | ||
48 | 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) | ||
49 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | ||
50 | Suggests: ssh-askpass, rssh, molly-guard, ufw | ||
51 | Provides: ssh-server | ||
52 | Description: 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 | |||
73 | Package: ssh | ||
74 | Priority: extra | ||
75 | Architecture: all | ||
76 | Depends: ${misc:Depends}, openssh-client, openssh-server | ||
77 | Description: 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 | |||
82 | Package: ssh-krb5 | ||
83 | Priority: extra | ||
84 | Architecture: all | ||
85 | Depends: ${misc:Depends}, openssh-client, openssh-server | ||
86 | Description: 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 | |||
92 | Package: ssh-askpass-gnome | ||
93 | Section: gnome | ||
94 | Priority: optional | ||
95 | Architecture: any | ||
96 | Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | ||
97 | Replaces: ssh (<< 1:3.5p1-3) | ||
98 | Provides: ssh-askpass | ||
99 | Description: 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 | |||
106 | Package: openssh-client-udeb | ||
107 | XC-Package-Type: udeb | ||
108 | Section: debian-installer | ||
109 | Priority: optional | ||
110 | Architecture: any | ||
111 | Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9) | ||
112 | XB-Installer-Menu-Item: 99999 | ||
113 | Description: 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 | |||
120 | Package: openssh-server-udeb | ||
121 | XC-Package-Type: udeb | ||
122 | Section: debian-installer | ||
123 | Priority: optional | ||
124 | Architecture: any | ||
125 | Depends: ${shlibs:Depends}, libnss-files-udeb, libcrypto0.9.8-udeb (>= 0.9.8g-9) | ||
126 | Description: 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. | ||