mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openssh: add ssh_host keys to openssh-server/conffiles
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=7.5p1
|
PKG_VERSION:=7.5p1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
|
||||||
@@ -93,6 +93,8 @@ endef
|
|||||||
|
|
||||||
define Package/openssh-server/conffiles
|
define Package/openssh-server/conffiles
|
||||||
/etc/ssh/sshd_config
|
/etc/ssh/sshd_config
|
||||||
|
/etc/ssh/ssh_host_*_key
|
||||||
|
/etc/ssh/ssh_host_*_key.pub
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssh-server-pam
|
define Package/openssh-server-pam
|
||||||
|
|||||||
Reference in New Issue
Block a user