Skip to content

Commit 834d738

Browse files
committedSep 9, 2011
update readme, add warning about not reusing public keys
1 parent ee7c6d7 commit 834d738

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎README.mkd

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Redmine Git Hosting Plugin (v0.4.1)
22

3-
A ChiliProject/Redmine plugin which makes configuring your own git hosting easy. This plugin allows straightforward management
3+
A ChiliProject / Redmine plugin which makes configuring your own git hosting easy. This plugin allows straightforward management
44
of gitolite and associated public keys, the git daemon, and integrates code from Scott Schacon's "grack" utility
55
to provide Git Smart HTTP access. Git repositories are automatically created when the repository is created in
66
redmine. There is also an option to automatically create a git repository for a project, when the project is created.
@@ -112,7 +112,10 @@ rails environment you have configured (e.g. production, development, testing).
112112

113113
**(8)** Unless you want to access your repositories exclusively via Smart HTTP users will need to set a
114114
public key to connect via SSH. To do this, open a browser, login to ChiliProject/Redmine and follow the "My Account" Link
115-
in the upper right-hand corner of the page. The right-hand column contains controls for adding your public key(s).
115+
in the upper right-hand corner of the page. The right-hand column contains controls for adding your public key(s).
116+
117+
Keys should be unique, that is, the keys you set in ChiliProject / Redmine should not already exist in the gitolite repo. In particular,
118+
do not re-use the key you set as the gitolite admin key.
116119

117120
## "Smart" HTTP Functionality
118121

0 commit comments

Comments
 (0)