git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2e0bfa8
)
openssh: don't create ECDSA keys
author
Peter Wagner
<redacted>
Mon, 6 Apr 2020 08:18:50 +0000
(10:18 +0200)
committer
Peter Wagner
<redacted>
Mon, 6 Apr 2020 08:18:50 +0000
(10:18 +0200)
Signed-off-by: Peter Wagner <redacted>
net/openssh/Makefile
patch
|
blob
|
history
net/openssh/files/sshd.init
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index 1c774dceab83857f11ba7b53b688a959c6b5246f..17d1d83a5537145f880b5b236666dd6981138eb6 100644
(file)
--- a/
net/openssh/Makefile
+++ b/
net/openssh/Makefile
@@
-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/ \
diff --git
a/net/openssh/files/sshd.init
b/net/openssh/files/sshd.init
index 680da400129d3fbda4c2f78d57b5be5698914dcc..c8aa1aeb0efa551af74719de8061bc84fbbc2a81 100644
(file)
--- a/
net/openssh/files/sshd.init
+++ b/
net/openssh/files/sshd.init
@@
-8,7
+8,7
@@
USE_PROCD=1
PROG=/usr/sbin/sshd
start_service() {
- for type in rsa e
cdsa e
d25519
+ for type in rsa ed25519
do
# check for keys
key=/etc/ssh/ssh_host_${type}_key
git clone https://git.99rst.org/PROJECT