If you ever encounter this error, add the line
KexAlgorithms=+diffie-hellman-group1-sha1
at the end of your /etc/ssh/ssh_config file.
Bonus: One-Liner for the impatient
sudo echo „KexAlgorithms=+diffie-hellman-group1-sha1“ >> /etc/ssh/ssh_config
If you ever encounter this error, add the line
KexAlgorithms=+diffie-hellman-group1-sha1
at the end of your /etc/ssh/ssh_config file.
Bonus: One-Liner for the impatient
sudo echo „KexAlgorithms=+diffie-hellman-group1-sha1“ >> /etc/ssh/ssh_config
danke