savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #110510] Permission denied my git repositories


From: Ivan Guerreschi
Subject: [sr #110510] Permission denied my git repositories
Date: Fri, 18 Jun 2021 17:08:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0

URL:
  <https://savannah.nongnu.org/support/?110510>

                 Summary: Permission denied my git repositories
                 Project: Savannah Administration
            Submitted by: iguerreschi
            Submitted on: Fri 18 Jun 2021 11:08:36 PM CEST
                Category: Source code repositories - developer access
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
             Assigned to: None
        Originator Email: ivanguerreschi86@gmail.com
        Operating System: GNU/Linux
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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 iguerreschi@git.savannah.nongnu.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 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: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: ssh-ed25519
debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: <implicit>
compression: none
debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: <implicit>
compression: none
debug1: kex: curve25519-sha256@libssh.org need=32 dh_need=32
debug1: kex: curve25519-sha256@libssh.org 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.






    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/support/?110510>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]