From: Peter Wagner Date: Mon, 6 Apr 2020 08:18:50 +0000 (+0200) Subject: openssh: don't create ECDSA keys X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45c0fde75d2787f621a183f6ce11fb6581995033;p=openwrt-packages.git openssh: don't create ECDSA keys Signed-off-by: Peter Wagner --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 1c774dcea..17d1d83a5 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -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/ \ diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index 680da4001..c8aa1aeb0 100644 --- a/net/openssh/files/sshd.init +++ b/net/openssh/files/sshd.init @@ -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