Git サーバー (最新の Debian 上) のセットアップ時に、git ユーザー シェル設定を "git-shell" (...:/home/git:/usr/bin/git-shell) に設定しました。 git@xxx.xxx.xxx.xxx への ssh 接続での応答は次のようになります。
fatal: What do you think I am? A shell?
Connection to gitserver closed.
代わりに、実際の応答は次のとおりです。
$ ssh git@xxx.xxx.xxx.xxx
Linux Debian-70-wheezy-32-minimal 3.2.0-4-686-pae #1 SMP Debian 3.2.46-1+deb7u1 i686
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Oct 15 00:29:15 2013 from .....
fatal: Interactive git shell is not enabled.
hint: ~/git-shell-commands should exist and have read and execute access.
Connection to xxx.xxx.xxx.xxx closed.
これを別の回答に変更するにはどうすればよいですか?代わりに、正式な回答またはまったく回答なし?