Unable to negotiate with x.x.x.x port 22: no matching host key type found
Nella connessione con un vecchio ESXi ricevo questo errore:
Unable to negotiate with ip.add.of.esxi port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Per permettere la connessione dobbiamo aggiungere un paio di parametri al comando:
ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa root@ip.address
ecco fatto