diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 162 |
1 files changed, 162 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..80bc4eb8b --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,162 @@ | |||
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), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 8.1.0~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4) | ||
6 | Standards-Version: 3.9.5 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | ||
8 | Homepage: http://www.openssh.org/ | ||
9 | Vcs-Git: git://anonscm.debian.org/pkg-ssh/openssh.git | ||
10 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ssh/openssh.git | ||
11 | |||
12 | Package: openssh-client | ||
13 | Architecture: any | ||
14 | Depends: ${shlibs:Depends}, ${misc:Depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd | ||
15 | Recommends: xauth | ||
16 | Conflicts: sftp | ||
17 | Replaces: ssh, ssh-krb5 | ||
18 | Suggests: ssh-askpass, libpam-ssh, keychain, monkeysphere | ||
19 | Provides: rsh-client, ssh-client | ||
20 | Multi-Arch: foreign | ||
21 | Description: secure shell (SSH) client, for secure access to remote machines | ||
22 | This is the portable version of OpenSSH, a free implementation of | ||
23 | the Secure Shell protocol as specified by the IETF secsh working | ||
24 | group. | ||
25 | . | ||
26 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
27 | and for executing commands on a remote machine. | ||
28 | It provides secure encrypted communications between two untrusted | ||
29 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
30 | ports can also be forwarded over the secure channel. | ||
31 | It can be used to provide applications with a secure communication | ||
32 | channel. | ||
33 | . | ||
34 | This package provides the ssh, scp and sftp clients, the ssh-agent | ||
35 | and ssh-add programs to make public key authentication more convenient, | ||
36 | and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities. | ||
37 | . | ||
38 | In some countries it may be illegal to use any encryption at all | ||
39 | without a special permit. | ||
40 | . | ||
41 | ssh replaces the insecure rsh, rcp and rlogin programs, which are | ||
42 | obsolete for most purposes. | ||
43 | |||
44 | Package: openssh-server | ||
45 | Priority: optional | ||
46 | Architecture: any | ||
47 | Pre-Depends: ${misc:Pre-Depends} | ||
48 | Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server | ||
49 | Recommends: xauth, ncurses-term, ${openssh-server:Recommends} | ||
50 | Conflicts: ssh-socks, ssh2, sftp | ||
51 | Replaces: ssh, ssh-krb5 | ||
52 | Suggests: ssh-askpass, rssh, molly-guard, ufw, monkeysphere | ||
53 | Provides: ssh-server | ||
54 | Multi-Arch: foreign | ||
55 | Description: secure shell (SSH) server, for secure access from remote machines | ||
56 | This is the portable version of OpenSSH, a free implementation of | ||
57 | the Secure Shell protocol as specified by the IETF secsh working | ||
58 | group. | ||
59 | . | ||
60 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
61 | and for executing commands on a remote machine. | ||
62 | It provides secure encrypted communications between two untrusted | ||
63 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
64 | ports can also be forwarded over the secure channel. | ||
65 | It can be used to provide applications with a secure communication | ||
66 | channel. | ||
67 | . | ||
68 | This package provides the sshd server. | ||
69 | . | ||
70 | In some countries it may be illegal to use any encryption at all | ||
71 | without a special permit. | ||
72 | . | ||
73 | sshd replaces the insecure rshd program, which is obsolete for most | ||
74 | purposes. | ||
75 | |||
76 | Package: openssh-sftp-server | ||
77 | Priority: optional | ||
78 | Architecture: any | ||
79 | Depends: ${shlibs:Depends}, ${misc:Depends} | ||
80 | Recommends: openssh-server | ssh-server | ||
81 | Breaks: openssh-server (<< 1:6.5p1-5) | ||
82 | Replaces: openssh-server (<< 1:6.5p1-5) | ||
83 | Enhances: openssh-server, ssh-server | ||
84 | Description: secure shell (SSH) sftp server module, for SFTP access from remote machines | ||
85 | This is the portable version of OpenSSH, a free implementation of | ||
86 | the Secure Shell protocol as specified by the IETF secsh working | ||
87 | group. | ||
88 | . | ||
89 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
90 | and for executing commands on a remote machine. | ||
91 | It provides secure encrypted communications between two untrusted | ||
92 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
93 | ports can also be forwarded over the secure channel. | ||
94 | It can be used to provide applications with a secure communication | ||
95 | channel. | ||
96 | . | ||
97 | This package provides the SFTP server module for the SSH server. It | ||
98 | is needed if you want to access your SSH server with SFTP. The SFTP | ||
99 | server module also works with other SSH daemons like dropbear. | ||
100 | |||
101 | Package: ssh | ||
102 | Priority: extra | ||
103 | Architecture: all | ||
104 | Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) | ||
105 | Description: secure shell client and server (metapackage) | ||
106 | This metapackage is a convenient way to install both the OpenSSH client | ||
107 | and the OpenSSH server. It provides nothing in and of itself, so you | ||
108 | may remove it if nothing depends on it. | ||
109 | |||
110 | Package: ssh-krb5 | ||
111 | Section: oldlibs | ||
112 | Priority: extra | ||
113 | Architecture: all | ||
114 | Depends: ${misc:Depends}, openssh-client (>= ${binary:Version}), openssh-server (>= ${binary:Version}) | ||
115 | Description: secure shell client and server (transitional package) | ||
116 | This is a transitional package depending on the regular Debian OpenSSH | ||
117 | client and server, which now support GSSAPI natively. It will add the | ||
118 | necessary GSSAPI options to the server configuration file. You can | ||
119 | remove it once the upgrade is complete and nothing depends on it. | ||
120 | |||
121 | Package: ssh-askpass-gnome | ||
122 | Section: gnome | ||
123 | Priority: optional | ||
124 | Architecture: any | ||
125 | Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | ||
126 | Replaces: ssh (<< 1:3.5p1-3) | ||
127 | Provides: ssh-askpass | ||
128 | Description: interactive X program to prompt users for a passphrase for ssh-add | ||
129 | This has been split out of the main openssh-client package so that | ||
130 | openssh-client does not need to depend on GTK+. | ||
131 | . | ||
132 | You probably want the ssh-askpass package instead, but this is | ||
133 | provided to add to your choice and/or confusion. | ||
134 | |||
135 | Package: openssh-client-udeb | ||
136 | XC-Package-Type: udeb | ||
137 | Section: debian-installer | ||
138 | Priority: optional | ||
139 | Architecture: any | ||
140 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
141 | XB-Installer-Menu-Item: 99999 | ||
142 | Description: secure shell client for the Debian installer | ||
143 | This is the portable version of OpenSSH, a free implementation of | ||
144 | the Secure Shell protocol as specified by the IETF secsh working | ||
145 | group. | ||
146 | . | ||
147 | This package provides the ssh client for use in debian-installer. | ||
148 | |||
149 | Package: openssh-server-udeb | ||
150 | XC-Package-Type: udeb | ||
151 | Section: debian-installer | ||
152 | Priority: optional | ||
153 | Architecture: any | ||
154 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
155 | Description: secure shell server for the Debian installer | ||
156 | This is the portable version of OpenSSH, a free implementation of | ||
157 | the Secure Shell protocol as specified by the IETF secsh working | ||
158 | group. | ||
159 | . | ||
160 | This package provides the sshd server for use in debian-installer. | ||
161 | Since it is expected to be used in specialized situations (e.g. S/390 | ||
162 | installs with no console), it does not provide any configuration. | ||