summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d3dd23d0a..2f7ab44b6 100644
--- a/debian/control
+++ b/debian/control
@@ -46,3 +46,28 @@ Description: under X, asks user for a passphrase for ssh-add
46 You probably want the ssh-askpass package instead, but this is 46 You probably want the ssh-askpass package instead, but this is
47 provided to add to your choice and/or confusion. 47 provided to add to your choice and/or confusion.
48 48
49Package: openssh-client-udeb
50Section: debian-installer
51Priority: optional
52Architecture: any
53Depends: ${shlibs:Depends}
54Description: Secure shell client for the Debian installer
55 This is the portable version of OpenSSH, a free implementation of
56 the Secure Shell protocol as specified by the IETF secsh working
57 group.
58 .
59 This package provides the ssh client for use in debian-installer.
60
61Package: openssh-server-udeb
62Section: debian-installer
63Priority: optional
64Architecture: any
65Depends: ${shlibs:Depends}
66Description: Secure shell server for the Debian installer
67 This is the portable version of OpenSSH, a free implementation of
68 the Secure Shell protocol as specified by the IETF secsh working
69 group.
70 .
71 This package provides the sshd server for use in debian-installer.
72 Since it is expected to be used in specialized situations (e.g. S/390
73 installs with no console), it does not provide any configuration.