On Tue, Jun 06, 2006 at 02:57:10PM +0200, Sebastian Heinlein wrote: > Hi, > > I am going to move and so loose access to the local always-on server at > home. > > So I would like to maintain and distribute my bzr (0.8.2) branches in > launchpad, but if I try to push I get the following error: > > [EMAIL PROTECTED]:~/Desktop/Entwicklung/update-manager/sebi$ bzr push > sftp://[EMAIL PROTECTED]/~glatzor/update-manager/sebi > Permission denied (publickey). > bzr: ERROR: exceptions.EOFError: > at /usr/lib/python2.4/site-packages/paramiko/sftp.py line 150 > in _read_all
The command you gave looks fine. The "Permission denied (publickey)" means it's failing to authenticate. You need to have your SSH public key registered in Launchpad -- I see that https://launchpad.net/people/glatzor says you have put a key there, but maybe it's not correct, or perhaps the machine you're trying to push from doesn't have that key? I can't think of anything else to suggest -- it looks like everything is correct. I assume you're using dapper? -Andrew. -- launchpad-users mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/launchpad-users
