1GIT-SHELL(1)                      Git Manual                      GIT-SHELL(1)
2
3
4

NAME

6       git-shell - Restricted login shell for GIT-only SSH access
7

SYNOPSIS

9       git-shell -c <command> <argument>
10

DESCRIPTION

12       This is meant to be used as a login shell for SSH accounts you want to
13       restrict to GIT pull/push access only. It permits execution only of
14       server-side GIT commands implementing the pull/push functionality. The
15       commands can be executed only by the -c option; the shell is not
16       interactive.
17
18       Currently, only the git-receive-pack and git-upload-pack commands are
19       permitted to be called, with a single required argument.
20

AUTHOR

22       Written by Linus Torvalds <torvalds@osdl.org>
23

DOCUMENTATION

25       Documentation by Petr Baudis and the git-list <git@vger.kernel.org>.
26

GIT

28       Part of the git(7) suite
29
30
31
32
33Git 1.5.3.3                       10/09/2007                      GIT-SHELL(1)
Impressum