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
Merge pull request
#2042
from neheb/master
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
lilik-openwrt-22.03
tripolar
9 years ago
parent
65243cc8f8
ea119211b2
commit
1f18c200a2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openssh/files/sshd.init
+ 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 dsa; do {
for type in rsa
ec
dsa
ed25519
; do {
# check for keys
key=/etc/ssh/ssh_host_${type}_key
[ ! -f $key ] && {
Write
Preview
Loading…
Cancel
Save