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

Issue with gerrit keys

Options
  • 20-11-2013 12:58pm
    #1
    Registered Users Posts: 5,541 ✭✭✭


    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 Posts: 6,037 ✭✭✭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 Posts: 7,157 ✭✭✭srsly78


    Looks like your key is not being copied.


Advertisement