Browse Source

openssh: remove dsa and add ecdsa + ed25519 to initial keygen.

Signed-off by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Mangix 9 years ago
parent
commit
ea119211b2
1 changed files with 1 additions and 1 deletions
  1. +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 ecdsa ed25519; do {
# check for keys
key=/etc/ssh/ssh_host_${type}_key
[ ! -f $key ] && {


Loading…
Cancel
Save