Gitosis requires password even though the public key is given

前端 未结 11 792
挽巷
挽巷 2021-02-07 03:51

I\'m confronted with some problems when trying to configure gitosis on my Archlinux

http://wiki.archlinux.org/index.php/Setting_Up_Git_ACL_Using_gitosis

I referr

11条回答
  •  广开言路
    2021-02-07 04:41

    To gain more insight into auth issues, gather verbose debug log details: by using a

    ssh -vvv gitosis@gitosis_host

    direct manual-connect trick (which, phrased most importantly/generally, actually uses the most precise/direct context reference; in this case: actual ssh mechanisms rather than the tool-distant - and thus by necessity less precise - git handling!).

提交回复
热议问题