Languages

Menu
Sites
Language
Problem with ssh review.tizen.org

Hi,

I have recently registered at tizen, and I'm trying to configure my environment using Setup Environment Development page.

After uploading my ssh key, I get an error during

ssh review.tizen.org

 

The error is as follow :

cch@cch-tosh:/media/cio-linux/tizen$ ssh review.tizen.org
Agent admitted failure to sign using the key.
Permission denied (publickey).
 
Can anyone give me a hint for the problem ? Thanks by advance.
 
 
My config file :

Host review.tizen.org
   Hostname review.tizen.org
   IdentityFile ~/.ssh/id_rsa
   User ccharreyre
   Port 29418

 
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
Raghavendra Reddy Shiva
Hello Christian Charreyre, Looks like something went wrong with the SSH key (assuming you have already registered with the Gerrit system). Can you re-generate the SSH key and change the private key with the Public key in your config file as below and give a try ? IdentityFile ~/.ssh/id_rsa.pub -Raghavendra
Sledge Hammer
Same problem here. Changing IdentityFile did not help
Sledge Hammer
Solution: revert .ssh/config: IdentityFile to the non-.pub , if you did above use this command instead: SSH_AUTH_SOCK= ssh tizen
Tizenivi dev
Solved it removed '<>' from user
pradeep sahu
Hi every one i am havin same problem. its saying $ ssh review.tizen.org it says Permission denied (publickey). Host review.tizen.org Hostname review.tizen.org IdentityFile ~/.ssh/id_rsa User Port 29418