On bazaar and keys
Mauricio Tavares
raubvogel at gmail.com
Thu Jan 2 18:31:41 UTC 2014
Sorry for taking so long to reply; had other more pressing madness int he way
On Tue, Dec 3, 2013 at 4:45 PM, Doug Smythies <dsmythies at telus.net> wrote:
> On 2013.12.02 20:56 Mauricio Tavares wrote:
>
>> Ok, I create ~/.ssh/ubuntu_rsa{,.pub} and uploaded
>> ubuntu_rsa.pub to my launchpad account. I can do the login part of the
>> show,
>
>> raub at desktop:~/docs/Projects/Ubuntu$ bzr whoami "Mauricio Tavares
>> <raubvogel at gmail.com>"
>> raub at desktop:~/docs/Projects/Ubuntu$ bzr launchpad-login raubvogel
>> raub at desktop:~/docs/Projects/Ubuntu$
>
>> but the branching part does not seem to work so well:
>
>> raub at desktop:~/docs/Projects/Ubuntu$ bzr branch lp:ubuntu-docs
>> Permission denied (publickey).
>> ConnectionReset reading response for 'BzrDir.open_2.1', retrying
>> Permission denied (publickey).
>> bzr: ERROR: Connection closed: Unexpected end of message. Please check
>> connectivity and permissions, and report a bug if problems persist.
>> raub at desktop:~/docs/Projects/Ubuntu$
>
>> Since it is barking about a public key, I have to assume it is trying
>> to use the default one (id_rsa{,.pub}). According to 'bzr help
>> launchpad', it is using bzr+ssh://, so it would make sense that I can
>> specify the keys. Maybe it uses ~/.ssh/config?
>
> Is your ssh key registered with launchpad? I.E. does it appear on the
> list of keys on your launchpad home page? I'll attach a screen shot from
> my launchpad home page as a reference (if it gets removed from this
> automailer for some reason (I tried to make it a small file),
> I'll send it directly to you).
>
Yes, it is the only ssh key I have registered with launchpad. In
fact, I deleted the old one and created a new one just to be sure. I
really need to find me some logs or go into verbose mode to see which
ssh key it is picking; I still believe it is using the default one. I
might be wrong, but I need a way to validate it.
> If not, did you try the procedure in the link Little Girl provided
> a few days ago?
>
> Once this is all sorted out, we should look at how to improve the
> related portion on the wiki getting started page.
>
Agreed.
> ... Doug
>
More information about the ubuntu-doc
mailing list