diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..37899eb3c --- /dev/null +++ b/debian/control | |||
@@ -0,0 +1,74 @@ | |||
1 | Source: openssh | ||
2 | Section: net | ||
3 | Priority: standard | ||
4 | Maintainer: Matthew Vernon <matthew@debian.org> | ||
5 | Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev, libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, groff, debhelper (>=1.1.17), sharutils | ||
6 | Standards-Version: 3.6.1 | ||
7 | Uploaders: Colin Watson <cjwatson@debian.org> | ||
8 | |||
9 | Package: ssh | ||
10 | Architecture: any | ||
11 | Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0) | ||
12 | Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1) | ||
13 | Suggests: ssh-askpass, xbase-clients | ||
14 | Provides: rsh-client | ||
15 | Description: Secure rlogin/rsh/rcp replacement (OpenSSH) | ||
16 | This is the portable version of OpenSSH, a free implementation of | ||
17 | the Secure Shell protocol as specified by the IETF secsh working | ||
18 | group. | ||
19 | . | ||
20 | Ssh (Secure Shell) is a program for logging into a remote machine | ||
21 | and for executing commands on a remote machine. | ||
22 | It provides secure encrypted communications between two untrusted | ||
23 | hosts over an insecure network. X11 connections and arbitrary TCP/IP | ||
24 | ports can also be forwarded over the secure channel. | ||
25 | It is intended as a replacement for rlogin, rsh and rcp, and can be | ||
26 | used to provide applications with a secure communication channel. | ||
27 | . | ||
28 | This package provides both the ssh client and the sshd server. | ||
29 | . | ||
30 | -------------------------------------------------------------------- | ||
31 | . | ||
32 | In some countries it may be illegal to use any encryption at all | ||
33 | without a special permit. | ||
34 | |||
35 | Package: ssh-askpass-gnome | ||
36 | Section: gnome | ||
37 | Priority: optional | ||
38 | Architecture: any | ||
39 | Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4) | ssh-krb5 | ||
40 | Replaces: ssh (<< 1:3.5p1-3) | ||
41 | Provides: ssh-askpass | ||
42 | Description: under X, asks user for a passphrase for ssh-add | ||
43 | This has been split out of the main ssh package, so that the ssh will | ||
44 | not need to depend upon the Gnome libraries. | ||
45 | . | ||
46 | You probably want the ssh-askpass package instead, but this is | ||
47 | provided to add to your choice and/or confusion. | ||
48 | |||
49 | Package: openssh-client-udeb | ||
50 | Section: debian-installer | ||
51 | Priority: optional | ||
52 | Architecture: any | ||
53 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
54 | XB-Installer-Menu-Item: 999 | ||
55 | Description: Secure shell client for the Debian installer | ||
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 | This package provides the ssh client for use in debian-installer. | ||
61 | |||
62 | Package: openssh-server-udeb | ||
63 | Section: debian-installer | ||
64 | Priority: optional | ||
65 | Architecture: any | ||
66 | Depends: ${shlibs:Depends}, libnss-files-udeb | ||
67 | Description: Secure shell server for the Debian installer | ||
68 | This is the portable version of OpenSSH, a free implementation of | ||
69 | the Secure Shell protocol as specified by the IETF secsh working | ||
70 | group. | ||
71 | . | ||
72 | This package provides the sshd server for use in debian-installer. | ||
73 | Since it is expected to be used in specialized situations (e.g. S/390 | ||
74 | installs with no console), it does not provide any configuration. | ||