summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control122
1 files changed, 122 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..b266750ad
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,122 @@
1Source: openssh
2Section: net
3Priority: standard
4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
5Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev | libz-dev, libssl-dev (>= 0.9.8-1), libpam0g-dev | libpam-dev, libgnomeui-dev (>= 2.0.0) | libgnome-dev, libedit-dev, groff, debhelper (>= 5.0.22), sharutils, libselinux1-dev [alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sparc], libkrb5-dev
6Standards-Version: 3.7.2
7Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org>
8
9Package: openssh-client
10Architecture: any
11Depends: ${shlibs:Depends}, ${debconf-depends}, adduser (>= 3.10), dpkg (>= 1.7.0), passwd
12Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
13Replaces: ssh, ssh-krb5
14Suggests: ssh-askpass, xbase-clients, libpam-ssh
15Provides: rsh-client, ssh-client
16Description: secure shell client, an rlogin/rsh/rcp replacement
17 This is the portable version of OpenSSH, a free implementation of
18 the Secure Shell protocol as specified by the IETF secsh working
19 group.
20 .
21 Ssh (Secure Shell) is a program for logging into a remote machine
22 and for executing commands on a remote machine.
23 It provides secure encrypted communications between two untrusted
24 hosts over an insecure network. X11 connections and arbitrary TCP/IP
25 ports can also be forwarded over the secure channel.
26 It is intended as a replacement for rlogin, rsh and rcp, and can be
27 used to provide applications with a secure communication channel.
28 .
29 This package provides the ssh, scp and sftp clients, the ssh-agent
30 and ssh-add programs to make public key authentication more convenient,
31 and the ssh-keygen, ssh-keyscan, ssh-copy-id and ssh-argv0 utilities.
32 .
33 In some countries it may be illegal to use any encryption at all
34 without a special permit.
35
36Package: openssh-server
37Priority: optional
38Architecture: any
39Depends: ${shlibs:Depends}, ${debconf-depends}, ${pam-depends}, libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${Source-Version})
40Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
41Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5
42Suggests: ssh-askpass, xbase-clients, rssh, molly-guard
43Provides: ssh-server
44Description: secure shell server, an rshd replacement
45 This is the portable version of OpenSSH, a free implementation of
46 the Secure Shell protocol as specified by the IETF secsh working
47 group.
48 .
49 Ssh (Secure Shell) is a program for logging into a remote machine
50 and for executing commands on a remote machine.
51 It provides secure encrypted communications between two untrusted
52 hosts over an insecure network. X11 connections and arbitrary TCP/IP
53 ports can also be forwarded over the secure channel.
54 It is intended as a replacement for rlogin, rsh and rcp, and can be
55 used to provide applications with a secure communication channel.
56 .
57 This package provides the sshd server.
58 .
59 In some countries it may be illegal to use any encryption at all
60 without a special permit.
61
62Package: ssh
63Priority: extra
64Architecture: all
65Depends: openssh-client, openssh-server
66Description: secure shell client and server (transitional package)
67 This is a transitional package depending on both the OpenSSH client and
68 the OpenSSH server, which are now in separate packages. You may remove
69 it once the upgrade is complete and nothing depends on it.
70
71Package: ssh-krb5
72Priority: extra
73Architecture: all
74Depends: openssh-client, openssh-server
75Description: secure shell client and server (transitional package)
76 This is a transitional package depending on the regular Debian OpenSSH
77 client and server, which now support GSSAPI natively. It will add the
78 necessary GSSAPI options to the server configuration file. You can
79 remove it once the upgrade is complete and nothing depends on it.
80
81Package: ssh-askpass-gnome
82Section: gnome
83Priority: optional
84Architecture: any
85Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5
86Replaces: ssh (<< 1:3.5p1-3)
87Provides: ssh-askpass
88Description: interactive X program to prompt users for a passphrase for ssh-add
89 This has been split out of the main ssh package, so that the ssh will
90 not need to depend upon the Gnome libraries.
91 .
92 You probably want the ssh-askpass package instead, but this is
93 provided to add to your choice and/or confusion.
94
95Package: openssh-client-udeb
96XC-Package-Type: udeb
97Section: debian-installer
98Priority: optional
99Architecture: any
100Depends: ${shlibs:Depends}, libnss-files-udeb
101XB-Installer-Menu-Item: 99900
102Description: secure shell client for the Debian installer
103 This is the portable version of OpenSSH, a free implementation of
104 the Secure Shell protocol as specified by the IETF secsh working
105 group.
106 .
107 This package provides the ssh client for use in debian-installer.
108
109Package: openssh-server-udeb
110XC-Package-Type: udeb
111Section: debian-installer
112Priority: optional
113Architecture: any
114Depends: ${shlibs:Depends}, libnss-files-udeb
115Description: secure shell server for the Debian installer
116 This is the portable version of OpenSSH, a free implementation of
117 the Secure Shell protocol as specified by the IETF secsh working
118 group.
119 .
120 This package provides the sshd server for use in debian-installer.
121 Since it is expected to be used in specialized situations (e.g. S/390
122 installs with no console), it does not provide any configuration.