summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..2fe062623
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
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, libgnome-dev, groff, debhelper (>=1.1.17), sharutils
6Standards-Version: 3.5.2
7Uploaders: Colin Watson <cjwatson@debian.org>
8
9Package: ssh
10Architecture: any
11Depends: ${shlibs:Depends}, libpam-modules (>= 0.72-9), debconf, adduser
12Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, debconf (<<0.2.17), debconf-tiny (<<0.2.17), sftp, rsh-client (<<0.16.1-1)
13Suggests: ssh-askpass, xbase-clients, dpkg (>=1.8.3.1), dnsutils
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 --------------------------------------------------------------------
29 .
30 In some countries, particularly Russia, Iraq, and Pakistan, it may
31 be illegal to use any encryption at all without a special permit.
32
33Package: ssh-askpass-gnome
34Section: x11
35Priority: optional
36Architecture: any
37Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4) | ssh-krb5
38Provides: ssh-askpass
39Description: under X, asks user for a passphrase for ssh-add
40 This has been split out of the main ssh package, so that the ssh will
41 not need to depend upon the Gnome libraries.
42 .
43 You probably want the ssh-askpass package instead, but this is
44 provided to add to your choice and/or confusion.
45