Hi all,
I am trying to submit patches to android , i have followed the steps
provided in
http://source.android.com/source/submit-patches.ht. I am able to get
repo for bluez project and i did a commit for the changes.
When i am trying to upload the commit using "repo upload" I am getting
connection refused error.
Let me explain how i configured my laptop for ssh.
1) I have created account in  https://review.source.android.com
2) Generated public key using  the steps mentioned in "
http://help.github.com/linux-key-setup/ "
3) I have added the key in " Settings > SSH Key tab "
4) I wanted to test my ssh connection by issuing

ssh -p 29418 sshusern...@hostname
Where sshusername is my user name in  " https://review.source.android.com
"
host name as "review.source.android.com"
But I got  "ssh: connect to host review.source.android.com port 29418:
Connection refused " Error.
I disabled fire wall also !!!

I have one doubt is there any thing i have to add in ~/.ssh/
known_hosts ? I have seen the following statements in SSH Key tab page
========================================
Server Host Key

Fingerprint:
d1:08:4f:37:ea:6a:f2:05:ba:3f:c5:02:b6:67:a1:d3
Entry for ~/.ssh/known_hosts:
review.source.android.com:29418 ssh-rsa
AAAAB3NzaC1yc2EAAAABIwAAAQEAq0...xqZBu6Iw==

Server Host Key
Fingerprint:
a8:61:90:f7:ed:a0:dc:46:cd:94:d5:a7:f2:47:fc:17
Entry for ~/.ssh/known_hosts:
review.source.android.com:29418 ssh-dss
AAAAB3NzaC1kc3MAAACBAMhDf8Eb6b...Xl5WMVD/Za
========================================

Is this should be added ??? ;

Please help me in configuring SSH access to submit patches.

Thanks
Vikram

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to