Prva inacica za stretch
[openssh-cn.git] / debian / control
1 Source: openssh-cn
2 Section: net
3 Priority: optional
4 Uploaders: Zeljko Boros <Zeljko.Boros@carnet.hr>
5 Maintainer: Grupa za izradu paketa <paketi@carnet.hr>
6 Build-Depends: debhelper (>= 9)
7 Standards-Version: 3.9.8
8
9 Package: openssh-cn
10 Architecture: all
11 Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u7), openssh-server (>= 1:6.7p1-5+deb8u7), ${misc:Depends}
12 Description: secure shell server, an rshd replacement
13  This is the portable version of OpenSSH, a free implementation of
14  the Secure Shell protocol as specified by the IETF secsh working
15  group.
16  .
17  Ssh (Secure Shell) is a program for logging into a remote machine
18  and for executing commands on a remote machine.
19  It provides secure encrypted communications between two untrusted
20  hosts over an insecure network. X11 connections and arbitrary TCP/IP
21  ports can also be forwarded over the secure channel.
22  It is intended as a replacement for rlogin, rsh and rcp, and can be
23  used to provide applications with a secure communication channel.