Saturday 24 August 2024

ssh / scp error "no hostkey alg"

Note to self: 

 ssh / scp error "no hostkey alg"

on the server in /etc/ssh/sshd_config

add this line

HostKeyAlgorithms +ssh-rsa,ssh-dss

Then reload sshd (on the server): killall -HUP sshd