diff options
author | Petr Baudis <pasky@ucw.cz> | 2005-10-25 23:43:30 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-25 22:51:13 -0700 |
commit | d43367af55d8f67508000291b22e96c0a6b072dd (patch) | |
tree | 1ca5c781aab694a4197613719e23be02b1c7954f /Documentation/git-shell.txt | |
parent | 05ff5649a4fd90c3c80f507165bbaf07dc0dbe8e (diff) | |
download | git-d43367af55d8f67508000291b22e96c0a6b072dd.tar.gz |
Documentation for git-shell
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-shell.txt')
-rw-r--r-- | Documentation/git-shell.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt new file mode 100644 index 0000000000..3f4d804cca --- /dev/null +++ b/Documentation/git-shell.txt @@ -0,0 +1,35 @@ +git-shell(1) +============ + +NAME +---- +git-shell - Restricted login shell for GIT over SSH only + + +SYNOPSIS +-------- +'git-shell -c <command> <argument>' + +DESCRIPTION +----------- +This is meant to be used as a login shell for SSH accounts you want +to restrict to GIT pull/push access only. It permits execution only +of server-side GIT commands implementing the pull/push functionality. +The commands can be executed only by the '-c' option; the shell is not +interactive. + +Currently, only the `git-receive-pack` and `git-upload-pack` commands +are permitted to be called, with a single required argument. + +Author +------ +Written by Linus Torvalds <torvalds@osdl.org> + +Documentation +-------------- +Documentation by Petr Baudis and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the gitlink:git[7] suite + |