doc/manual.docbook
changeset 145 bc2b93fa662d
parent 144 2dbaddde1fd5
child 146 04e74d4b3822
equal deleted inserted replaced
144:2dbaddde1fd5 145:bc2b93fa662d
    94 jay@my-workstation:~$ </computeroutput></screen>
    94 jay@my-workstation:~$ </computeroutput></screen>
    95 </section>
    95 </section>
    96 <section>
    96 <section>
    97 <title>Adding other users</title>
    97 <title>Adding other users</title>
    98 <para>
    98 <para>
    99 As things stand, no-one but you has any access to any repositories you
    99 At this stage, no-one but you has any access to any repositories you
   100 create on this system. In order to give anyone else access, you'll need a
   100 create on this system. In order to give anyone else access, you'll need a
   101 copy of their SSH public key; we'll assume you have that key in
   101 copy of their SSH public key; we'll assume you have that key in
   102 <filename>~/sam-key.pub</filename>.  To manage access, you make changes to the special <literal>hgadmin</literal> repository.
   102 <filename>~/sam-key.pub</filename>.  To manage access, you make changes to the special <literal>hgadmin</literal> repository.
   103 </para>
   103 </para>
   104 <screen><computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput>
   104 <screen><computeroutput>jay@my-workstation:~$ </computeroutput><userinput>hg clone ssh://hg@repository-host/hgadmin</userinput>