I am truly lost as to what is happening here. I followed this guide to setup a git hook on my remote server (NearlyFreeSpeech.net).
However, after setting up a git remote like so:
git remote add nfsn ssh://USERNAME@NFSNSERVER/home/private/git/REPONAME.git
The following command hangs at the 'Enter password' prompt - after entering the password, it keeps re-prompting:
git push nsfn master
However, running ssh USERNAME@NFSNSERVER works fine as expected!
I have double, triple checked I am entering the right password! I am also certain there are no errors in the typing of USERNAME@NFSNSERVER.