Re: [hatari-devel] Hatari 2.4.0 has been released |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Hatari 2.4.0 has been released
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Tue, 12 Jul 2022 08:38:42 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1657615124; bh=IgG57lcp47yviMUaqThhnexfVSeylhA44FE59riwx+o=; h=Date:From:To:Subject:From; b=rwXhuCOUk+mE1D2C3i0ZeIJVCVJItei/NR59qnssqPJRtOdyz3p3qgfeqDelTYzZI WExXKpuUsBBJYVZahIxAaIlk9LFaCjbNM1qexJ35ZZU3TUucutjHs9PUi6qyooN9bH xQ1PT3xzkTAQVzwerL2Unrmb/NTRPb+BTJmSNofQr9G9oNbznfkOPuWO4SKGa5PbFZ PvZde4Ade+OCnV1zpNUXE/zy85AJR2gLHGRATNtN33MvhuJqnhCq3r10WlZnFRzaJd LlmoAPBYG8zdOXwzijxhhFvGCRETLy1xgq4BlL6d/4nOZfTSxWS6zNmCzW4tasvoNV Te+w2O+6SVEDA==
Am Sun, 10 Jul 2022 21:56:23 +0200
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> 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.
>
> 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
Could you maybe report this in the tuxfamily forum, so that they think of
upgrading their server? ... otherwise this will cause more people to run
into this problem in the future...
Thomas