-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information
Petr Baudis
authored and
Junio C Hamano
committed
Oct 26, 2005
1 parent
05ff564
commit d43367a
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters