If you try to ssh to your server and getting this error:
no hostkey alg
Try to run this command at your terminal:
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
If you try to ssh to your server and getting this error:
no hostkey alg
Try to run this command at your terminal:
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
This site uses Akismet to reduce spam. Learn how your comment data is processed.
FYI, your terminal means on the server, not on the client!