Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Issue with gerrit keys

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


    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: 6,472 ✭✭✭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