Re: [hatari-devel] Hatari 2.4.0 has been released |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
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.gitClonage dans 'hatari'...Unable to negotiate with 2a02:2178:1000:201::6 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dssfatal: 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 ?
Hirecent 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
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |