Skip to content

Commit

Permalink
openssh: don't create ECDSA keys
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wagner <tripolar@gmx.at>
  • Loading branch information
tripolar committed Apr 6, 2020
1 parent 2e0bfa8 commit 45c0fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/openssh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down
2 changes: 1 addition & 1 deletion net/openssh/files/sshd.init
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45c0fde

Please sign in to comment.