summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-12-06 23:41:31 +0000
committerColin Watson <cjwatson@debian.org>2015-12-06 23:41:31 +0000
commit1ce6d994a71306cc1b3778903d80993b0faeadf9 (patch)
tree6bd9440b1512aa3579662411a65e511df157ecc0 /debian/control
parente83912709e9904b517a4457c49dbf8e7d77abd4a (diff)
Add an openssh-client-ssh1 binary package for people who need to connect to outdated SSH1-only servers (closes: #807107).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index a5fabff3a..aba152024 100644
--- a/debian/control
+++ b/debian/control
@@ -42,6 +42,34 @@ Description: secure shell (SSH) client, for secure access to remote machines
42 ssh replaces the insecure rsh, rcp and rlogin programs, which are 42 ssh replaces the insecure rsh, rcp and rlogin programs, which are
43 obsolete for most purposes. 43 obsolete for most purposes.
44 44
45Package: openssh-client-ssh1
46Architecture: any
47Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client (= ${binary:Version})
48Multi-Arch: foreign
49Description: secure shell (SSH) client for legacy SSH1 protocol
50 This is the portable version of OpenSSH, a free implementation of
51 the Secure Shell protocol as specified by the IETF secsh working
52 group.
53 .
54 Ssh (Secure Shell) is a program for logging into a remote machine
55 and for executing commands on a remote machine.
56 It provides secure encrypted communications between two untrusted
57 hosts over an insecure network. X11 connections and arbitrary TCP/IP
58 ports can also be forwarded over the secure channel.
59 It can be used to provide applications with a secure communication
60 channel.
61 .
62 This package provides the ssh1 and scp1 clients and the ssh-keygen1
63 utility, all built with support for the legacy SSH1 protocol. This
64 protocol is obsolete and should not normally be used, but in some cases
65 there may be no alternative way to connect to outdated servers.
66 .
67 In some countries it may be illegal to use any encryption at all
68 without a special permit.
69 .
70 ssh replaces the insecure rsh, rcp and rlogin programs, which are
71 obsolete for most purposes.
72
45Package: openssh-server 73Package: openssh-server
46Priority: optional 74Priority: optional
47Architecture: any 75Architecture: any