On Sun, 8 May 2022 09:13:53 +0200 Vincent Torri <[email protected]> said:

> hello
> 
> i have registered and forked a project (namely rage). In my setting, I have
> added a public ssh key (same than github btw)
> 
> when cloning with ssh, i get:
> 
> $ git clone ssh://[email protected]:9990/vtorri/rage.git
> Cloning into 'rage'...
> [email protected]: Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> Please make sure you have the correct access rights
> and the repository exists.
> 
> any idea what is wrong ?

This is probably to do with the cyphers the go implementation of ssh supports
vs sshd. I had to do this:

host git.enlightenment.org
     HostKeyAlgorithms +ssh-rsa
     PubkeyAcceptedAlgorithms +ssh-rsa


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - [email protected]



_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to