capistrano / rvm

MIT License
140 stars 47 forks source link

cap production deploy aborted #84

Closed KehindeAyanleye closed 6 years ago

KehindeAyanleye commented 6 years ago

When I run cap production deploy I get the following error

(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as deploy@**.**.**.***: Authentication failed for user deploy@**.**.**.***

Net::SSH::AuthenticationFailed: Authentication failed for user deploy@**.**.**.***

Tasks: TOP => rvm:check
(See full trace by running task with --trace)
will-in-wi commented 6 years ago

It looks like this has nothing to do with RVM and is an issue with logging into your server as the deploy user. Double-check your SSH configuration, and make sure you can SSH into the server.


GitHub issues are for feature requests or bug reports. Since this is more of a how-to question, I am closing this issue. The Capistrano team recommends you use Stack Overflow for general questions. For more details, please see our contribution policy. Thanks!

KehindeAyanleye commented 6 years ago

Thanks