Browse Source

openssh: don't create ECDSA keys

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 4 years ago
parent
commit
45c0fde75d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/openssh/Makefile
  2. +1
    -1
      net/openssh/files/sshd.init

+ 1
- 1
net/openssh/Makefile View File

@ -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/ \


+ 1
- 1
net/openssh/files/sshd.init View File

@ -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


Loading…
Cancel
Save