mainSavannah Administration - Support: sr #110510, Permission denied my git...

 
 

sr #110510: Permission denied my git repositories

Submitter:  Ivan Guerreschi <iguerreschi>
Submitted:  Fri 18 Jun 2021 09:08:36 PM UTC
   
 
Category:  Source code repositories - developer access Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  None
Operating System:  GNU/Linux Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 20 Jun 2021 06:22:12 AM UTC, comment #2: 

Ok solved, PubkeyAcceptedKeyTypes +ssh-rsa

Ivan Guerreschi <iguerreschi>
Fri 18 Jun 2021 09:15:00 PM UTC, comment #1: 

Sorry I didn't say hello, but I'm fighting all day for this thing

Ivan Guerreschi <iguerreschi>
Fri 18 Jun 2021 09:08:36 PM UTC, original submission:  

I followed this link to set the ssh key
Then copy the contents of the resulting file ~/.ssh/id_rsa.pub into the form at https://savannah.gnu.org/my/admin/editsshkeys.php

I can't clone my git repo

[ivan@fedora Development]$ git clone ssh://iguerreschi@git.savannah.nongnu.org:/srv/git/goldfish.git
Clone in 'goldfish' in corso...
The authenticity of host 'git.savannah.nongnu.org (2001:470:142:5::201)' 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.gnu.org
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'git.savannah.nongnu.org' (ED25519) to the list of known hosts.
iguerreschi@git.savannah.nongnu.org's password:
Permission denied, please try again.
iguerreschi@git.savannah.nongnu.org's password:
Permission denied, please try again.
iguerreschi@git.savannah.nongnu.org's password:
Received disconnect from 2001:470:142:5::201 port 22:2: Too many authentication failures for iguerreschi
Disconnected from 2001:470:142:5::201 port 22
fatal: Impossibile leggere dal repository remoto.

Assicurati di disporre dei privilegi d'accesso corretti
e che il repository esista.

[ivan@fedora ~]$ ssh-keygen -l -F git.savannah.gnu.org
# Host git.savannah.gnu.org found: line 1
git.savannah.gnu.org ED25519 SHA256:o/oI4CKKcWc4cZvDFEdmOXsE3tiPP8bWa04h4bQjtV4

[ivan@fedora ~]$ ssh -v -email is unavailable-
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 git.savannah.nongnu.org [2001:470:142:5::201] 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_6.6.1p1 Trisquel_GNU/linux_7.0-1
debug1: compat_banner: match: OpenSSH_6.6.1p1 Trisquel_GNU/linux_7.0-1 pat OpenSSH_6.6.1* compat 0x04000002
debug1: Authenticating to git.savannah.nongnu.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: -email is unavailable-
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: -email is unavailable- MAC: <implicit> compression: none
debug1: kex: client->server cipher: -email is unavailable- MAC: <implicit> compression: none
debug1: kex: -email is unavailable- need=32 dh_need=32
debug1: kex: -email is unavailable- 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: Host 'git.savannah.nongnu.org' is known and matches the ED25519 host key.
debug1: Found key in /home/ivan/.ssh/known_hosts:2
debug1: rekey out after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey in after 4294967296 blocks
debug1: Will attempt key: /home/ivan/.ssh/id_rsa RSA SHA256:BUCtvkZcc1SdEURHFFWp6aGRTE2GPzu2HnZAl8eAxy0 agent
debug1: Will attempt key: /home/ivan/.ssh/id_dsa
debug1: Will attempt key: /home/ivan/.ssh/id_ecdsa
debug1: Will attempt key: /home/ivan/.ssh/id_ecdsa_sk
debug1: Will attempt key: /home/ivan/.ssh/id_ed25519
debug1: Will attempt key: /home/ivan/.ssh/id_ed25519_sk
debug1: Will attempt key: /home/ivan/.ssh/id_xmss
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering public key: /home/ivan/.ssh/id_rsa RSA SHA256:BUCtvkZcc1SdEURHFFWp6aGRTE2GPzu2HnZAl8eAxy0 agent
debug1: send_pubkey_test: no mutual signature algorithm
debug1: Trying private key: /home/ivan/.ssh/id_dsa
debug1: Trying private key: /home/ivan/.ssh/id_ecdsa
debug1: Trying private key: /home/ivan/.ssh/id_ecdsa_sk
debug1: Trying private key: /home/ivan/.ssh/id_ed25519
debug1: Trying private key: /home/ivan/.ssh/id_ed25519_sk
debug1: Trying private key: /home/ivan/.ssh/id_xmss
debug1: Next authentication method: password
iguerreschi@git.savannah.nongnu.org's password:
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.


Ivan Guerreschi <iguerreschi>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ineiev (Updated the item)
  • -email is unavailable- added by iguerreschi (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-06-21 ineiev StatusNone Done
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code