Skip to content

Commit

Permalink
Changed ssh-keygen -A
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 29, 2023
1 parent 36b20ef commit d8f9bda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ then
done
echo "---> Complete"
echo "Starting sshd"
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key
ssh-keygen -A
/usr/sbin/sshd -D
fi

Expand Down

0 comments on commit d8f9bda

Please sign in to comment.