X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=d757d9496f0dfc5101d0f17c1b8b16f807021037;hp=1e18992893e9b21ad173205ceb052748f64c147f;hb=3ecc45b061770b08c024f69ee22e4fc090e85979;hpb=b599e7d68062d3f2e9456c0c9f0a8ac951658b81 diff --git a/debian/control b/debian/control index 1e18992..d757d94 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,16 @@ Standards-Version: 3.6.1 Package: openssh-cn Architecture: all -Depends: carnet-tools-cn (>= 2.5), ssh (>= 2.0) -Description: Secure shell client and server (transitional package) - This is a transitional package depending on both the OpenSSH client and - the OpenSSH server, which are now in separate packages. You may remove - it once the upgrade is complete and nothing depends on it. +Depends: carnet-tools-cn (>= 2.5), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5) +Description: secure shell server, an rshd replacement + 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 is intended as a replacement for rlogin, rsh and rcp, and can be + used to provide applications with a secure communication channel.