aboutsummaryrefslogtreecommitdiff
path: root/net/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'net/openssh')
-rw-r--r--net/openssh/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile
index 20a4e1b3c..a7bf7494c 100644
--- a/net/openssh/Makefile
+++ b/net/openssh/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=openssh
PKG_VERSION:=8.3p1
-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/ \
@@ -94,8 +94,10 @@ endef
define Package/openssh-server/conffiles
/etc/ssh/sshd_config
-/etc/ssh/ssh_host_*_key
-/etc/ssh/ssh_host_*_key.pub
+/etc/ssh/ssh_host_ed25519_key
+/etc/ssh/ssh_host_ed25519_key.pub
+/etc/ssh/ssh_host_rsa_key
+/etc/ssh/ssh_host_rsa_key.pub
endef
define Package/openssh-server-pam