1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

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

Signed-off by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Mangix 2015-11-27 20:03:47 -08:00
parent c508fe103a
commit ea119211b2

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 ] && {