Hi List.

I am now trying to follow the guide below :
http://127.0.0.1:44945/help/topic/org.tizen.platform.programming/html/platform_dev_env/gerrit_ssh.htm

The document above is only accessible after Tizen SDK 2.0 is installed.

As it is guided, I did steps below :

======================================================
$ ssh-keygen -t rsa -C "<FULL_NAME> <EMAIL_ADDRESS>"

vi ~/.ssh/config
    Host review.tizen.org
    Hostname review.tizen.org
    IdentityFile ~/.ssh/id_rsa
    User <GERRIT_FULL_NAME>
    Port 29418

$ git config --global user.name "<FIRST_NAME> <LAST_NAME>"
$ git config --global user.email "<EMAIL_ADDRESS>"

To add the SSH key to your Gerrit account:

On the Tizen Gerrit Web site, go to Settings > SSH Public Keys > Add
Key and paste your public key.
Click Add.
======================================================

Please note that I didn't specify ProxyCommand in ~/.ssh/config nor
make /usr/local/bin/git-proxy because I don't use proxy server.
And I didn't set the variables below for the same reason:

$ export GIT_PROXY_COMMAND=/usr/local/bin/git-proxy
$ export GIT_PROXY_IGNORE="<INTERNAL_SITE_URL>"

But when I test below :
$ ssh review.tizen.org/gerrit

I get :
ssh: Could not resolve hostname review.tizen.org/gerrit: Name or
service not known

So I tried in other ways :
ssh review.tizen.org

returns :
Permission denied (publickey).


What did it do wrong?
Do people use this gerrit without this problem at all? Am I the only
one who have this problem?

I'd like some help on this...

Thank you in advance.
-- 
----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l  d o t  c o m
----------------------------------------
_______________________________________________
General mailing list
[email protected]
https://lists.tizen.org/listinfo/general

Reply via email to