Languages

Menu
Sites
Language
Problem with ssh conection to review.tizen.org

This question has been asked before, but my problem is slightly different.

Below is a log of the problem -

ssh -p 29418 -i ~/.ssh/id_rsa niladri83@review.tizen.org -vvv
OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011
debug1: Reading configuration data /home/niladri/.ssh/config
debug1: Applying options for review.tizen.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to review.tizen.org [121.156.55.208] port 29418.
debug1: connect to address 121.156.55.208 port 29418: Connection timed out
ssh: connect to host review.tizen.org port 29418: Connection timed out

I have set the public keys as well in Gerrit WebUI. Moreover I think the problem is coming much before that.

SSH is not able to connect to review.tizen.org at port 29418.

I would appreciate any help regarding this matter.

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

Responses

2 Replies
Mahmudul hasan
NILADRI, I was having similar issue. Please check your config file : gedit ~/.ssh/config Mine is as below: Host review.tizen.org/gerrit Hostname review.tizen.org IdentityFile ~/.ssh/id_rsa User sohel Port 29418 I think you are doing something wrong by following the documentation.Please check the Host it should be review.tizen.org/gerrit. And also focus on the User.It should be as it is in your profile. I think this will work if you followed the steps carefully. Thanks, Sohel
Raghavendra Reddy Shiva
Hi Niladri, Can you share your ssh config info ? Use the public rsa file in config and try. IdentityFile ~/.ssh/id_rsa.pub Thanks Raghav