53
To use this with a single SSH user and login, set up .ssh/authorized_keys with::
53
This allows you to set up a single SSH user, and customize the access based on
54
ssh key. Your ``.ssh/authorized_key`` file should look something like this::
55
command="/path/to/bzr_access /path/to/bzr /path/to/repository username",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-<type> <key>
56
command="/path/to/bzr_access /path/to/bzr /path/to/repository <username>",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-<type> <key>
58
59
import ConfigParser