Capistrano SSH::AuthenticationFailed, not prompting for password

后端 未结 9 1183
既然无缘
既然无缘 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:52

    This snippet works for me:

    group :development do
      #.....
      gem 'capistrano', "~> 2.15"
      gem "net-ssh", "~> 2.7.0"
      #.....
    end
    

提交回复
热议问题