← Back to team overview

ubuntu-phone team mailing list archive

Re: bzr branch lp:phablet-extras/libhybris ubuntu/hybris, Permission denied (publickey).

 

>>>>> scott  <meandmine63@xxxxxxxxx> writes:

<snip/>

    >> You should be able to `ssh username@xxxxxxxxxxxxxxxxxxxx` - it will not
    >> actually log in ("No shells on this server."), but there should be no
    >> "Permission denied (publickey)." errors.
    >> 
    >> HTH,
    >> 
    >  I did set my launchpad login and uploaded my public key. I still get the
    > "Permission denied (publickey)" error.

bzr relies on ssh, if ssh can't connect, neither would bzr. Debugging
this issue will be easier by focusing on ssh without involving bzr.

Have you tried:

   ssh -vv <lp_id>@bazaar.launchpad.net

as suggested above ?

<lp_id> should be what you provided to 'bzr launchpad-login'

The most common causes for this issue are:

- bzr launchpad-login not used,
- ssh public key not uploaded to lp,
- ssh public key uploaded to lp but a new key generated locally,
- weird proxy issues.

Hth,

        Vincent
 


References