bzr: ERROR: Connection closed

Asked by Simen

When running:
bzr push lp:~simen-burud/+junk/test
, bzr returns:
Permission denied (publickey).
bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: bzr 2.4.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-18.31-generic 3.0.26
Uname: Linux 3.0.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Apr 4 18:26:50 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: bzr
UpgradeStatus: No upgrade log present (probably fresh install)

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Simen
Solved:
Last query:
Last reply:

This question was originally filed as bug #973543.

Revision history for this message
Martin Packman (gz) said :
#1

As the error message states, your ssh publickey is not set up correctly for communicating with launchpad.

Revision history for this message
Laura Czajkowski (czajkowski) said :
#2

HI it looks like looks like you're getting ssh key refused during a push. I'd suggest starting by making sure you have submitted an ssh key . You might try doing a ssh-add with your key before pushing to make sure that the key can be added correctly

Revision history for this message
Simen (simen-burud) said :
#3

Thanks for the help, now it works.

PS: Sorry about slow response.