Hi,
I have followed:
https://source.tizen.org/documentation/developer-guide/environment-setup
to SSH for Gerrit Access. But I am getting the error:
ritesh@ubuntu12-04:~$ ssh tizen -vvv
OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for tizen
debug2: ssh_connect: needpriv 0
debug1: Connecting to review.tizen.org [198.145.20.13] port 29418.
debug1: connect to address 198.145.20.13 port 29418: Connection refused
ssh: connect to host review.tizen.org port 29418: Connection refused
ritesh@ubuntu12-04:~$
I am successfully able to ssh to another (intranet) server but failing to connect to review.tizen.org. Here's the setting in /etc/ssh/ssh_config with Identity file pointing to private key.
Host tizen
Hostname review.tizen.org
IdentityFile ~/.ssh/id_rsa
User riteshkumar
Port 29418
I have added my public key to https://review.tizen.org/gerrit/#/settings/ssh-keys
I have checked other topics on similar issue in the forum but none of the suggestion is helping me. Please help.