Le 10/07/2022 à 21:51, Laurent Sallafranque a écrit :
Hi,
I encounter a problem when I try to get the current hatari release :
laurent@laurent-Gamer:~/Atari$ git clone
ssh://laurents@xxxxxxxxxxxxxxxxx/gitroot/hatari/hatari.git
Clonage dans 'hatari'...
Unable to negotiate with 2a02:2178:1000:201::6 port 22: no matching
host key type found. Their offer: ssh-rsa,ssh-dss
fatal: Impossible de lire le dépôt distant.
Veuillez vérifier que vous avez les droits d'accès
et que le dépôt existe.
Any idea ?
Hi
recent version of ssh/scp client are now refusing to connect with
servers having a weak key, which seems to be the case on tuxfamily.
As a quick workaround, you can add this to your .ssh/config file :
HostKeyAlgorithms=+ssh-rsa
PubkeyAcceptedKeyTypes=+ssh-rsa
Nicolas