Is this possible, without having the users tell me their password?

link|improve this question

feedback

1 Answer

git-shell's man page has some information on using git-shell-commands.

You can try adding a link in their git-shell-commands directory to passwd.

ln -s /path/to/passwd ~user/git-shell-commands/passwd

Then you can have them run git shell -c passwd and change their passwords themselves.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.