summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
committerColin Watson <cjwatson@debian.org>2003-09-01 00:51:03 +0000
commit79cf0b3654d7b597de323153eb57015cdfbd90a4 (patch)
tree274e78bc3369e218e59aa1fcc9b7e90697f424f1 /debian/control
parentd984a3c6658e950881edcfb2aae464add93f68d4 (diff)
Debian release 3.4p1-1.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..7063438ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
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)
6Standards-Version: 3.5.2
7
8Package: ssh
9Architecture: any
10Depends: ${shlibs:Depends}, ${pam-depend}, debconf, adduser
11Conflicts: ssh-nonfree (<<2), ssh-socks, ssh2, debconf (<<0.2.17), debconf-tiny (<<0.2.17), sftp, rsh-client (<<0.16.1-1)
12Suggests: ssh-askpass, xbase-clients, dpkg (>=1.8.3.1), dnsutils
13Provides: rsh-client
14Description: Secure rlogin/rsh/rcp replacement (OpenSSH)
15 This is the portable version of OpenSSH, a free implementation of
16 the Secure Shell protocol as specified by the IETF secsh working
17 group.
18 .
19 Ssh (Secure Shell) is a program for logging into a remote machine
20 and for executing commands on a remote machine.
21 It provides secure encrypted communications between two untrusted
22 hosts over an insecure network. X11 connections and arbitrary TCP/IP
23 ports can also be forwarded over the secure channel.
24 It is intended as a replacement for rlogin, rsh and rcp, and can be
25 used to provide applications with a secure communication channel.
26 .
27 --------------------------------------------------------------------
28 .
29 In some countries, particularly Iraq, and Pakistan, it may be illegal
30 to use any encryption at all without a special permit.
31
32Package: ssh-askpass-gnome
33Section: x11
34Architecture: any
35Depends: ${shlibs:Depends}, ssh (>=1:1.2pre7-4)
36Provides: ssh-askpass
37Description: under X, asks user for a passphrase for ssh-add
38 This has been split out of the main ssh package, so that the ssh will
39 not need to depend upon the Gnome libraries.
40 .
41 You probably want the ssh-askpass package instead, but this is
42 provided to add to your choice and/or confusion.
43