sshd AuthorizedKeysCommand throws status 127
问题 I'm attempting to construct an ssh service to allow push/pull to phabricator repos. I've dockerized all the services, and I'm currently running into an odd error that fails to execute the requisite auth script for ssh. The docker image runs both php-fpm and sshd services, with the idea of uniting ssh with the requisite php scripts. In particular, I have the following /etc/ssh/sshd_config: AuthorizedKeysCommand /usr/libexec/phabricator-ssh-hook.sh AuthorizedKeysCommandUser git AllowUsers git