Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Issue with gerrit keys

  • 20-11-2013 11:58AM
    #1
    Registered Users, Registered Users 2 Posts: 5,764 ✭✭✭


    I am having a blocking issue with gerrit keys. Below I create a new key

    ssh-keygen.exe -t rsa -C veryangryman@veryangryman.com

    The key is copied into gerrit.

    I then run the following command and get this error.

    $ git clone ssh://veryangryman@gerrit.ericsson.se:29418/OSS/com.ericsson.oss.rv/transformation-taf-examples
    Cloning into 'transformation-taf-examples'...
    Permission denied (publickey).
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.


    The error message doesn’t cover my situation as I can access the project in gerrit fine.

    Is there anything else that I can check from here? I know that ssh is fine my end when contacting servers outside of our gerrit.


Comments

  • Registered Users, Registered Users 2 Posts: 7,208 ✭✭✭Talisman


    Did you try to run ssh to the Gerrit port?
    ssh -vv -p 29418 veryangryman@gerrit.ericsson.se
    

    That command will print out a detailed trace of the SSH authentication attempt. It should make it easier to debug.


  • Registered Users, Registered Users 2 Posts: 7,157 ✭✭✭srsly78


    Looks like your key is not being copied.


Advertisement