Mercurial Repository Nightly Pull from a subdirectory on a server

那年仲夏 提交于 2019-12-08 04:59:28

You said it yourself -- you need the RSA key authentication to work. So you'll need to debug why that isn't working. The easiest way would be to see the sshd logs on the server side. It'll probably be one of

  • Your key isn't on the server
  • The ~/.ssh directory or its contents' permissions on the server are wrong
  • The SSH daemon on the server doesn't allow passwordless access
  • It's not actually asking for a password at all; it's asking for a passphrase for your key
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!