On Sun, 8 May 2022 09:13:53 +0200 Vincent Torri <vincent.to...@gmail.com> 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://g...@git.enlightenment.org:9990/vtorri/rage.git
> Cloning into 'rage'...
> g...@git.enlightenment.org: 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 - ras...@rasterman.com



_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to