~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/bzr_access

  • Committer: John Arbash Meinel
  • Date: 2007-12-10 16:55:08 UTC
  • mto: (3112.1.1 bzr_access)
  • mto: This revision was merged to the branch mainline in revision 3165.
  • Revision ID: john@arbash-meinel.com-20071210165508-u2osnibvzvkb3zxp
A bit more documentation cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
   @devels = rw
51
51
 
52
52
 
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::
54
55
 
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>
56
57
"""
57
58
 
58
59
import ConfigParser