> I failed to create a brz branch.
>
> The "bzr push lp:~vstinner/brz/brz" command fails with:
>
> <email address hidden>: Permission denied (publickey).
> ConnectionReset reading response for b'BzrDir.open_2.1', retrying
> <email address hidden>: Permission denied (publickey).
>
> "ssh -v <email address hidden>" fails with:
>
> debug1: Offering public key: /home/vstinner/.ssh/id_rsa RSA SHA256:2Ikqg/9eDjHfxObh+4wk6E4u5JhguaHpFG/V04e0yIo agent
> debug1: send_pubkey_test: no mutual signature algorithm
>
> I tested 2 different RSA keys (registered in my Launchpad account).
Not really sure what's going on there - if you care about debugging
this further, the best place to ask is probably https://answers.launchpad.net/launchpad or the launchpad users list.
I know Launchpad uses some variant of the twisted SSH implementation,
but I am fuzzy on the details.
Breezy has integration for Launchpad (and other hosting platforms)
and is hosted on Launchpad, but is otherwise a separate project.
On Thu, Nov 19, 2020 at 12:36:20PM -0000, Victor Stinner wrote:
> I attach a fix as a patch.
> ** Patch added: "Port brz to Python 3.10" /bugs.launchpad .net/brz/ +bug/1904868/ +attachment/ 5435974/ +files/ brz-python310. patch
> https:/
Thanks for the patch - I'll submit that to the 3.1 and 3.2 series for
Breezy.
> I failed to create a brz branch.
>
> The "bzr push lp:~vstinner/brz/brz" command fails with:
>
> <email address hidden>: Permission denied (publickey).
> ConnectionReset reading response for b'BzrDir.open_2.1', retrying
> <email address hidden>: Permission denied (publickey).
> .ssh/id_ rsa RSA SHA256: 2Ikqg/9eDjHfxOb h+4wk6E4u5Jhgua HpFG/V04e0yIo agent /answers. launchpad. net/launchpad or the launchpad users list.
> "ssh -v <email address hidden>" fails with:
>
> debug1: Offering public key: /home/vstinner/
> debug1: send_pubkey_test: no mutual signature algorithm
>
> I tested 2 different RSA keys (registered in my Launchpad account).
Not really sure what's going on there - if you care about debugging
this further, the best place to ask is probably
https:/
I know Launchpad uses some variant of the twisted SSH implementation,
but I am fuzzy on the details.
Breezy has integration for Launchpad (and other hosting platforms)
and is hosted on Launchpad, but is otherwise a separate project.
Jelmer