Autogenerated man pages for v1.3.0-rc2-g454a
[git.git] / man1 / git-shell.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-SHELL" 1 "" "" ""
21 .SH NAME
22 git-shell \- Restricted login shell for GIT over SSH only
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-shell\fR \-c <command> <argument>
27
28 .SH "DESCRIPTION"
29
30
31 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 \fI\-c\fR option; the shell is not interactive\&.
32
33
34 Currently, only the git\-receive\-pack and git\-upload\-pack commands are permitted to be called, with a single required argument\&.
35
36 .SH "AUTHOR"
37
38
39 Written by Linus Torvalds <torvalds@osdl\&.org>
40
41 .SH "DOCUMENTATION"
42
43
44 Documentation by Petr Baudis and the git\-list <git@vger\&.kernel\&.org>\&.
45
46 .SH "GIT"
47
48
49 Part of the \fBgit\fR(7) suite
50