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