]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
openssh: add ecdsa hostkey generation to initskript.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 10 Mar 2011 18:23:14 +0000 (19:23 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 10 Mar 2011 18:23:14 +0000 (19:23 +0100)
pkgs/openssh/openssh.init
pkgs/openssh/openssh.nm

index 35d1c4fbb130525926fe89b9c69bef6ab0cd2e6f..f0e771751a3cd6177eab87e5ff2161e7d3b6d61f 100644 (file)
@@ -5,7 +5,7 @@ start on started network
 stop on kill-all-network-services or stopping network
 
 pre-start script
-       for algo in dsa rsa; do
+       for algo in dsa rsa ecdsa; do
                [ -e "/etc/ssh/ssh_host_${algo}_key" ] && continue
                /usr/bin/ssh-keygen -q -t ${algo} -N "" -f /etc/ssh/ssh_host_${algo}_key
        done
index 45a982a27a158c787620cf9c3d83c0a33e213aa0..ac5c2dd15817c7d7532a75b1a52536909707f655 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = openssh
 PKG_VER        = 5.8p1
-PKG_REL        = 4
+PKG_REL        = 5
 
 PKG_MAINTAINER =
 PKG_GROUP      = Application/Internet