When I try to connect using git, then I see this error
$ git clone git@github.com:MyCompany/eagle.git --verbose
Cloning into 'eagle'...
FATAL ERROR: Couldn't agree a key exchange algorithm (available: curve25519-sha256@libssh.org,ecdh-sh
a2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I setuped all keys, etc and connection works fine, because when I do
ssh -v git@github.com
connection is successful.
What could I do to understand what went wrong and what should be corrected ?
Thanks,