question about connection abandoned bzr
John Arbash Meinel
john at arbash-meinel.com
Tue Sep 23 15:35:42 BST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Lenjoy wrote:
> Dear bazaar users,
>
> when I push a project:
>
>> bzr push bzr+ssh://mars@bazaar.launchpad.net/~mars
> <http://mars@bazaar.launchpad.net/~mars>
> /+junk/myproject
> The server's host key is not cached in the registry. You
> have no guarantee that the server is the computer you
> think it is.
> The server's rsa2 key fingerprint is:
> ssh-rsa 1024 9d:38:3a:63:b1:d5:6f:c4:44:67:53:49:2e:ee:fc:89
> Connection abandoned.
> bzr: ERROR: Connection closed: please check connectivity and permissions
> (and tr
> y -Dhpss if further diagnosis is required)
If I was guessing, I would say that you are using plink (putty) and it
is failing to get a response from you. (It is trying to verify that you
want to connect to this host.) It is a known limitation of plink that it
can't seem to get direct access to the terminal.
I think if you do a direct connection (without bzr) then it can cache
the server's host key, and allow you to connect without asking again.
Alternatively, you can use something like:
set BZR_SSH=paramiko
bzr push ...
Which will use the "paramiko" implementation rather than plink. And that
*can* prompt you for password, as well as use your saved keys from Pageant.
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkjY/r4ACgkQJdeBCYSNAANI0gCeLW9qOu1cMwJ03HGxgWFPZI9a
GkkAoJn5elk2SutyPo1+MVdGJaqRl39Y
=o7pJ
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list