summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control74
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 @@
1Source: openssh
2Section: net
3Priority: standard
4Maintainer: Matthew Vernon <matthew@debian.org>
5Build-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
6Standards-Version: 3.6.1
7Uploaders: Colin Watson <cjwatson@debian.org>
8
9Package: ssh
10Architecture: any
11Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0)
12Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1)
13Suggests: ssh-askpass, xbase-clients
14Provides: rsh-client
15Description: 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
35Package: ssh-askpass-gnome
36Section: gnome
37Priority: optional
38Architecture: any
39Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4) | ssh-krb5
40Replaces: ssh (<< 1:3.5p1-3)
41Provides: ssh-askpass
42Description: 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
49Package: openssh-client-udeb
50Section: debian-installer
51Priority: optional
52Architecture: any
53Depends: ${shlibs:Depends}, libnss-files-udeb
54XB-Installer-Menu-Item: 999
55Description: 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
62Package: openssh-server-udeb
63Section: debian-installer
64Priority: optional
65Architecture: any
66Depends: ${shlibs:Depends}, libnss-files-udeb
67Description: 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.