X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=d757d9496f0dfc5101d0f17c1b8b16f807021037;hp=eed95478265c37a3f8663ea441baf5c6c108a89b;hb=3ecc45b061770b08c024f69ee22e4fc090e85979;hpb=a0aafb485ccbe4f9f80cee2a87472c4bb2a709a2 diff --git a/debian/control b/debian/control index eed9547..d757d94 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,15 @@ Standards-Version: 3.6.1 Package: openssh-cn Architecture: all Depends: carnet-tools-cn (>= 2.5), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5) -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. +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.