CandyShop / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
1 stars 0 forks source link

Can't use repo init due to ssh key problem #2593

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.    *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS!  *****
************************************************************

Affected Version:

What steps will reproduce the problem?
1.add my public key to, http://165.243.137.26:8163/lge_qcom/#/
2. do below steps. 

git config --global user.name hojin.park
git config --global user.email hojin.park@lge.com
git config --global merge.tool kdiff3 
mcrepo init -u ssh://hojin.park@165.243.137.26:29503/platform/manifest.git -b 
demigod_msm8916
ssh -p 29503 'hojin.park'@165.243.137.26
3. I met below problems 

hojin.park@LGEARND2B5:~$ ssh -p 29503 'hojin.park'@165.243.137.26
The authenticity of host '[165.243.137.26]:29503 ([165.243.137.26]:29503)' 
can't be established.
RSA key fingerprint is 60:eb:c3:e1:5c:e1:aa:ca:8c:86:4f:37:94:0e:af:e8.
Are you sure you want to continue connecting (yes/no)?

What is the expected output? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by sanzin...@gmail.com on 8 Apr 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Did you type "yes" at the prompt?

Original comment by david.pu...@sonymobile.com on 8 Apr 2014 at 8:13