git repo link git.savannah.gnu.org/git/goldfish.git ssh-keygen -lf ~/.ssh/id_rsa.pub 3072 SHA256:gnKdxWjCW2XcdVhmO4ZLqdflB/5ljWvFwirhF9sVWTY ivan@fedora (RSA)
ssh -v iguerres...@cvs.savannah.gnu.org OpenSSH_8.6p1, OpenSSL 1.1.1k FIPS 25 Mar 2021 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug1: Reading configuration data /etc/crypto-policies/back- ends/openssh.config debug1: configuration requests final Match pass debug1: re-parsing configuration debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug1: Reading configuration data /etc/crypto-policies/back- ends/openssh.config debug1: Connecting to cvs.savannah.gnu.org [2001:470:142::81] port 22. debug1: Connection established. debug1: identity file /home/ivan/.ssh/id_rsa type 0 debug1: identity file /home/ivan/.ssh/id_rsa-cert type -1 debug1: identity file /home/ivan/.ssh/id_dsa type -1 debug1: identity file /home/ivan/.ssh/id_dsa-cert type -1 debug1: identity file /home/ivan/.ssh/id_ecdsa type -1 debug1: identity file /home/ivan/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/ivan/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/ivan/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/ivan/.ssh/id_ed25519 type -1 debug1: identity file /home/ivan/.ssh/id_ed25519-cert type -1 debug1: identity file /home/ivan/.ssh/id_ed25519_sk type -1 debug1: identity file /home/ivan/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/ivan/.ssh/id_xmss type -1 debug1: identity file /home/ivan/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4p1 Debian-10+deb9u7 debug1: compat_banner: match: OpenSSH_7.4p1 Debian-10+deb9u7 pat OpenSSH_7.4* compat 0x04000006 debug1: Authenticating to cvs.savannah.gnu.org:22 as 'iguerreschi' debug1: load_hostkeys: fopen /home/ivan/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-...@openssh.com MAC: <implicit> compression: none debug1: kex: client->server cipher: aes256-...@openssh.com MAC: <implicit> compression: none debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:o/oI4CKKcWc4cZvDFEdmOXsE3tiPP8bWa04h4bQjtV4 debug1: load_hostkeys: fopen /home/ivan/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: hostkeys_find_by_key_cb: found matching key in ~/.ssh/known_hosts:1 debug1: hostkeys_find_by_key_hostfile: hostkeys file /home/ivan/.ssh/known_hosts2 does not exist debug1: hostkeys_find_by_key_hostfile: hostkeys file /etc/ssh/ssh_known_hosts does not exist debug1: hostkeys_find_by_key_hostfile: hostkeys file /etc/ssh/ssh_known_hosts2 does not exist The authenticity of host 'cvs.savannah.gnu.org (2001:470:142::81)' can't be established. ED25519 key fingerprint is SHA256:o/oI4CKKcWc4cZvDFEdmOXsE3tiPP8bWa04h4bQjtV4. This host key is known by the following other names/addresses: ~/.ssh/known_hosts:1: git.savannah.nongnu.org Are you sure you want to continue connecting (yes/no/[fingerprint])? i generated the ssh key pasted in this link Then copy the contents of the resulting file ~/.ssh/id_rsa.pub into the form at https://savannah.gnu.org/my/admin/editsshkeys.php but every time I try to push, clone the project it asks me for the password, I enter it but git clone iguerres...@git.savannah.nongnu.org:/srv/git/goldfish.git Clone in 'goldfish' in corso... iguerres...@git.savannah.nongnu.org's password: Permission denied, please try again.