ssh no matching host key type found

ssh root@server-ip -oHostKeyAlgorithms=+ssh-dss

oder dauerhaft

sudo vi /etc/ssh/ssh_config.d/server-ip.conf

Host 10.xxx.xxx.xxx
  HostKeyAlgorithms +ssh-dss
  KexAlgorithms +diffie-hellman-group1-sha1
  Ciphers +aes128-cbc

Comments are closed.