From d43367af55d8f67508000291b22e96c0a6b072dd Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 25 Oct 2005 23:43:30 +0200 Subject: [PATCH] Documentation for git-shell Signed-off-by: Junio C Hamano --- Documentation/git-shell.txt | 35 +++++++++++++++++++++++++++++++++++ Documentation/git.txt | 3 +++ 2 files changed, 38 insertions(+) create mode 100644 Documentation/git-shell.txt diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt new file mode 100644 index 00000000..3f4d804c --- /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 ' + +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 + +Documentation +-------------- +Documentation by Petr Baudis and the git-list . + +GIT +--- +Part of the gitlink:git[7] suite + diff --git a/Documentation/git.txt b/Documentation/git.txt index 796c4f61..769054ba 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -182,6 +182,9 @@ gitlink:git-receive-pack[1]:: gitlink:git-send-pack[1]:: Pushes to a remote repository, intelligently. +gitlink:git-shell[1]:: + Restricted shell for GIT-only SSH access. + gitlink:git-ssh-fetch[1]:: Pulls from a remote repository over ssh connection Previously this command was known as git-ssh-pull. -- 2.11.0