Reputation: 646
When we do ssh
it works fine but when we do mina deploy
it gives Too many authentication failures for ubuntu
this error.
Upvotes: 0
Views: 179
Reputation: 646
To fix this issue add set :ssh_options, "-o 'IdentitiesOnly yes'"
to your config/deploy.rb
Upvotes: 1