Skip to content
Snippets Groups Projects
Commit ea119211 authored by Mangix's avatar Mangix
Browse files

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

Signed-off by: Rosen Penev <rosenp@gmail.com>
parent c508fe10
No related branches found
No related tags found
No related merge requests found
......@@ -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 ] && {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment