Re: Couldn't fetch when cloning a repository
Alexis Praga <[email protected]> Wed, 06 Oct 2021 11:24:38 +0200
| Newsgroups | gmane.comp.version-control.darcs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Another issue with hub.darcs.net today: I can no longer pull or clone any of my repositories: > $ darcs pull > Pulling from "[email protected]:alexdarcy/emacs.d"... > Not a repository: [email protected]:alexdarcy/emacs.d (The program "scp -- [email protected]:alexdarcy/emacs.d/_darcs/inventory ./darcs425106-3" failed with error: "Unable to negotiate with 2600:3c01::f03c:91ff:fe62:77de port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss > ".) Adding to HostKeyAlgorithms=+ssh-dss to ~/.ssh/config and removing ~/.ssh/known_hosts does not solve it: >$ darcs pull > Pulling from "[email protected]:alexdarcy/emacs.d"... > Not a repository: [email protected]:alexdarcy/emacs.d (The program "scp -- [email protected]:alexdarcy/emacs.d/_darcs/inventory ./darcs425120-3" failed with error: "ssh_dispatch_run_fatal: Connection to 2600:3c01::f03c:91ff:fe62:77de port 22: key type does not match > ".) Cloning does not work either: > $ darcs clone [email protected]:alexdarcy/emacs.d test > Not a repository: [email protected]:alexdarcy/emacs.d (The program "scp -- [email protected]:alexdarcy/emacs.d/_darcs/inventory ./darcs425130-2" failed with error: "ssh_dispatch_run_fatal: Connection to 2600:3c01::f03c:91ff:fe62:77de port 22: key type does not match > ".) Thanks, -- Alexis Praga