Rev 3104: A bit more documentation cleanup in http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/contrib_bzr_access

John Arbash Meinel john at arbash-meinel.com
Mon Dec 10 16:55:35 GMT 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.93-dev/contrib_bzr_access

------------------------------------------------------------
revno: 3104
revision-id:john at arbash-meinel.com-20071210165508-u2osnibvzvkb3zxp
parent: john at arbash-meinel.com-20071210165036-0b7x8wdc9rjyfxhp
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: contrib_bzr_access
timestamp: Mon 2007-12-10 10:55:08 -0600
message:
  A bit more documentation cleanup
modified:
  contrib/bzr_access             bzr_access-20071210163004-c9lb1renhra2ncg0-1
-------------- next part --------------
=== modified file 'contrib/bzr_access'
--- a/contrib/bzr_access	2007-12-10 16:50:36 +0000
+++ b/contrib/bzr_access	2007-12-10 16:55:08 +0000
@@ -50,9 +50,10 @@
    @devels = rw
 
 
-To use this with a single SSH user and login, set up .ssh/authorized_keys with::
+This allows you to set up a single SSH user, and customize the access based on
+ssh key. Your ``.ssh/authorized_key`` file should look something like this::
 
-   command="/path/to/bzr_access /path/to/bzr /path/to/repository username",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-<type> <key>
+   command="/path/to/bzr_access /path/to/bzr /path/to/repository <username>",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-<type> <key>
 """
 
 import ConfigParser



More information about the bazaar-commits mailing list