Configure Git with SSH for Phabricator

后端 未结 3 1464
清歌不尽
清歌不尽 2021-02-14 14:40

I\'m trying to configure SSH for Phabricator to get git running. I\'ve followed this manual but when I call echo {} | ssh git@phabricator.mydomain.com conduit conduit.ping

3条回答
  •  遥遥无期
    2021-02-14 14:52

    Your ssh hook is working properly - first, you should ensure that the git ssh user is able to ssh to the normal ssh daemon - this will ensure that you can login with this user.

    More than likely you have a bad home directory or bad shell as stated in the comments.

    If all of that is working fine, make sure you have a ssh key uploaded to your profile and that you are using this key to connect with.

提交回复
热议问题