--- /dev/null
+openssh-cn
++--------+
+
+Paket dodaje u sshd_config:
+
+ * ReverseMappingCheck yes
+ * PermitRootLogin no
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr> Tue, 30 Oct 2007 00:51:47 +0100
+openssh-cn (2:7.9p1+cn10u1) stable; urgency=low
+
+ * Prva inačica paketa za CARNET Debian 10 (buster)
+ * Ovisnost o init-system-helpers 1.56+nmu1 zbog invoke-rc.d
+
+ -- Zeljko Boros <Zeljko.Boros@carnet.hr> Thu, 20 Aug 2020 14:01:15 +0200
+
openssh-cn (2:6.7p1.5) stable; urgency=low
* Prva inacica paketa za izdanje stretch
Package: openssh-cn
Architecture: all
-Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u7), openssh-server (>= 1:6.7p1-5+deb8u7), ${misc:Depends}
-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.
+Depends: init-system-helpers (>=1.56+nmu1), carnet-tools-cn (>= 3.3.0+deb10u1), openssh-client (>= 1:7.9p1-10+deb10u2), openssh-server (>= 1:7.9p1-10+deb10u2), ${misc:Depends}
+Description: SSH - secure shell server, zamjena za rshd
+ OpenSSH je implementacija protokola Secure Shell koji je specificirala
+ radna skupina IETF-a 'secsh'.
fi
# restart
-if [ -x /usr/sbin/invoke-rc.d ]; then
- [ -x /etc/init.d/ssh ] && invoke-rc.d ssh restart
-else
- [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart
-fi
+invoke-rc.d ssh restart
+
+#if [ -x /usr/sbin/invoke-rc.d ]; then
+# [ -x /etc/init.d/ssh ] && invoke-rc.d ssh restart
+#else
+# [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart
+#fi
#DEBHELPER#