Need help in git-shell [ Solved ]

Issues related to applications and software problems
Post Reply
hemanthbitra
Posts: 207
Joined: 2015/11/11 13:52:53
Location: Hyderbad,Telangana,India
Contact:

Need help in git-shell [ Solved ]

Post by hemanthbitra » 2017/01/17 05:26:21

Hi all,

While checking options with git
i found there is git-shell

Code: Select all

$ git
git                 git-receive-pack    git-shell           git-upload-archive  git-upload-pack 
but when i use git-shell command it showing message as below

Code: Select all

$git-shell
fatal: Interactive git shell is not enabled.
hint: ~/git-shell-commands should exist and have read and execute access.

Can anyone advise on this topic please

Thanks and regards,
Hemanth BITRA
Last edited by hemanthbitra on 2018/05/26 18:24:19, edited 2 times in total.

owl102
Posts: 413
Joined: 2014/06/10 19:13:41

Re: No help in git-shell

Post by owl102 » 2017/01/17 08:31:01

git-shell is a Login Shell (like sh, csh, ksh, bash, zsh, ...) which main purpose is to allow SSH access to git repositories while denying regular user login via SSH.

See also: https://git-scm.com/docs/git-shell and "man 5 passwd"
German speaking forum for Fedora and CentOS: https://www.fedoraforum.de/

Post Reply