Capistrano SSH::AuthenticationFailed, not prompting for password

后端 未结 9 1181
既然无缘
既然无缘 2020-12-07 22:41

I\'ve been using capistrano successfully for a while now and all of a sudden in every project I\'ve lost the ability to deploy.

Environment:

  • os X (Mave
9条回答
  •  自闭症患者
    2020-12-07 22:51

    Figured it out! Apparently this issue was with net-ssh gem. I had version 2.8.0 installed recently with some updates to my development environment and was the cause.

    I'm not sure why it was failing, but gem uninstall net-ssh -v 2.8.0< fixed it for me.

    If anyone actually knows why this was an issue or how I can correct this issue with the newer version of net-ssh I'd be interested to hear it.

提交回复
热议问题