authentication.conf not working
Alexander Belchenko
bialix at ukr.net
Mon Sep 5 08:59:42 UTC 2011
Igor Novikov пишет:
> I have set up a little bzr+ssh repository on my home server. But I can't
> get bazaar to remember my login and password. Here's my
> ~/.bazaar/authentication.conf:
>
> [StreetCleaner]
> scheme=bzr+ssh
> host=192.168.0.2
> user=bzr_septi
> password='well_its_here_but_its_irrelevant'
>
> But when I do:
>
> $ bzr checkout bzr+ssh://bzr_septi@192.168.0.2//StreetCleaner
>
> I'm being still asked for a password. What am I doing wrong?
scheme = ssh
and also set up env variable BZR_SSH=paramiko.
More information about the bazaar
mailing list