If when trying to connect via SSH from a Mac, the SSH client returns the error:
Unable to negotiate with 111.222.333.444 port 22: no matching host key type found. Their offer: ssh-dss, ssh-rsa
nano ~/.ssh/config
# SSH Host Configs
Host 111.222.333.444
HostKeyAlgorithms ssh-ed25519, ssh-rsa
PubkeyAcceptedAlgorithms ssh-ed25519, ssh-rsa