This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
openssh: don't create ECDSA keys
Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner
5 years ago
parent
2e0bfa830d
commit
45c0fde75d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openssh/Makefile
+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 e
cdsa e
d25519
for type in rsa ed25519
do
# check for keys
key=/etc/ssh/ssh_host_${type}_key
Write
Preview
Loading…
Cancel
Save