Skip to content

Commit

Permalink
openssh: remove dsa and add ecdsa + ed25519 to initial keygen.
Browse files Browse the repository at this point in the history
Signed-off by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Nov 28, 2015
1 parent c508fe1 commit ea11921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/openssh/files/sshd.init
Original file line number Diff line number Diff line change
Expand Up @@ -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 ] && {
Expand Down

0 comments on commit ea11921

Please sign in to comment.