openssh: don't create ECDSA keys
Signed-off-by: Peter Wagner <tripolar@gmx.at>
This commit is contained in:
parent
2e0bfa830d
commit
45c0fde75d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssh
|
PKG_NAME:=openssh
|
||||||
PKG_VERSION:=8.2p1
|
PKG_VERSION:=8.2p1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
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/ \
|
||||||
|
|
|
@ -8,7 +8,7 @@ USE_PROCD=1
|
||||||
PROG=/usr/sbin/sshd
|
PROG=/usr/sbin/sshd
|
||||||
|
|
||||||
start_service() {
|
start_service() {
|
||||||
for type in rsa ecdsa ed25519
|
for type in rsa ed25519
|
||||||
do
|
do
|
||||||
# check for keys
|
# check for keys
|
||||||
key=/etc/ssh/ssh_host_${type}_key
|
key=/etc/ssh/ssh_host_${type}_key
|
||||||
|
|
Loading…
Reference in a new issue