From 1ce6d994a71306cc1b3778903d80993b0faeadf9 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 6 Dec 2015 23:41:31 +0000 Subject: Add an openssh-client-ssh1 binary package for people who need to connect to outdated SSH1-only servers (closes: #807107). --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'debian/control') 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 ssh replaces the insecure rsh, rcp and rlogin programs, which are obsolete for most purposes. +Package: openssh-client-ssh1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client (= ${binary:Version}) +Multi-Arch: foreign +Description: secure shell (SSH) client for legacy SSH1 protocol + This is the portable version of OpenSSH, a free implementation of + the Secure Shell protocol as specified by the IETF secsh working + group. + . + Ssh (Secure Shell) is a program for logging into a remote machine + and for executing commands on a remote machine. + It provides secure encrypted communications between two untrusted + hosts over an insecure network. X11 connections and arbitrary TCP/IP + ports can also be forwarded over the secure channel. + It can be used to provide applications with a secure communication + channel. + . + This package provides the ssh1 and scp1 clients and the ssh-keygen1 + utility, all built with support for the legacy SSH1 protocol. This + protocol is obsolete and should not normally be used, but in some cases + there may be no alternative way to connect to outdated servers. + . + In some countries it may be illegal to use any encryption at all + without a special permit. + . + ssh replaces the insecure rsh, rcp and rlogin programs, which are + obsolete for most purposes. + Package: openssh-server Priority: optional Architecture: any -- cgit v1.2.3