Hi,
I did distro upgrade and now I get:
-----------------------------------
$ git pull
Unable to negotiate with 212.85.158.6 port 22: no matching host key type
found. Their offer: ssh-rsa,ssh-dss
fatal: Could not read from remote repository.
-----------------------------------
It can be worked around with following in ~/.ssh/config:
-----------------------------------
Host git.tuxfamily.org
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
-----------------------------------
But it would be good if tuxfamily would eventually update its host keys
to more secure ones.