openssh: don't create ECDSA keys
authorPeter Wagner <tripolar@gmx.at>
Mon, 6 Apr 2020 08:18:50 +0000 (10:18 +0200)
committerPeter Wagner <tripolar@gmx.at>
Mon, 6 Apr 2020 08:18:50 +0000 (10:18 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
net/openssh/Makefile
net/openssh/files/sshd.init

index 1c774dceab83857f11ba7b53b688a959c6b5246f..17d1d83a5537145f880b5b236666dd6981138eb6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssh
 PKG_VERSION:=8.2p1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
index 680da400129d3fbda4c2f78d57b5be5698914dcc..c8aa1aeb0efa551af74719de8061bc84fbbc2a81 100644 (file)
@@ -8,7 +8,7 @@ USE_PROCD=1
 PROG=/usr/sbin/sshd
 
 start_service() {
-       for type in rsa ecdsa ed25519
+       for type in rsa ed25519
        do
                # check for keys
                key=/etc/ssh/ssh_host_${type}_key