error: Could not load ssh_host_ecdsa_key
by dervish on Aug.20, 2012, under Linux, Ubuntu
Error in log:
error: Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Fix:
sudo ssh-keygen -t ecdsa -f /etc/ssh/ssh_host_ecdsa_key -N ”
The ecdsa SSH key in not being generated by default.
No comments for this entry yet...
Leave a Reply
You must be logged in to post a comment.