Results 1 to 4 of 4

Thread: Can't push with bzr and launchpad

  1. #1
    Join Date
    Jan 2007
    Location
    Baltimore, MD
    Beans
    841
    Distro
    Ubuntu

    Can't push with bzr and launchpad

    Hey, I'm a n00b just getting started with bzr + launchpad hosting. I'm trying to push a test project using the following command:

    Code:
    bzr push lp:~finerrecliner/+junk/test
    but I always get the following error:
    Permission denied (publickey).
    bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.
    I've been following the directions from here: http://doc.bazaar.canonical.com/bzr....ial/index.html

    I tried making an ssh key as recommended on another site, and submitted it to Launchpad, but it still won't work.

    What am I missing??

  2. #2
    Join Date
    Nov 2009
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Can't push with bzr and launchpad

    Nothing. It's a bug. Run 'unset SSH_AUTH_SOCK' and then it should work. See here for the bug report on launchpad.

  3. #3
    Join Date
    Jan 2007
    Location
    Baltimore, MD
    Beans
    841
    Distro
    Ubuntu

    Re: Can't push with bzr and launchpad

    That bug seems to have been fixed in 9.10 (which I'm running). I tried to unset $SSH_AUTH_SOCK anyways, but it didn't help. Any other ideas?

  4. #4
    Join Date
    Apr 2007
    Location
    (X,Y,Z) = (0,0,0)
    Beans
    3,715

    Re: Can't push with bzr and launchpad

    I recall having problems using RSA keys in Launchpad even though they recommend them... Try using DSA/DSS by using:
    Code:
    ssh-keygen -t dsa
    You can take a look on DSA at: http://en.wikipedia.org/wiki/Digital...ture_Algorithm if you feel curious

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •