Got:

Unable to negotiate with 192.254.232.69 port 2222: no matching host key type found. Their offer: ssh-rsa,ssh-dss

after applying update to Macbook. Simplest solution adding:

Host 192.254.232.69
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa

to /etc/ssh/ssh_config.