projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b13138
)
Fix typo
author
Jason Blevins
<jrblevin@sdf.lonestar.org>
Fri, 24 Oct 2008 21:11:11 +0000
(17:11 -0400)
committer
Jason Blevins
<jrblevin@sdf.lonestar.org>
Fri, 24 Oct 2008 21:11:11 +0000
(17:11 -0400)
doc/tips/untrusted_git_push.mdwn
patch
|
blob
|
history
diff --git
a/doc/tips/untrusted_git_push.mdwn
b/doc/tips/untrusted_git_push.mdwn
index b7dba74c67c6828edc36e65ac1340ebf248ff46c..aef67a3db7f048532b90e90ad9fe6d1f99b87fbf 100644
(file)
--- a/
doc/tips/untrusted_git_push.mdwn
+++ b/
doc/tips/untrusted_git_push.mdwn
@@
-47,7
+47,7
@@
can make a commit that pretends to be done by someone else.
Add a dedicated user who will push in untrusted commits. This user should have
a locked password, and `git-shell` asĀ its shell.
- root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell--disabled-password anon
+ root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell
--disabled-password anon
Adding user `anon' ...
## ikiwiki setup