Siva Gollapalli
Siva Gollapalli

Reputation: 646

Too many authentication failures for ubuntu mina deploy

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

Answers (1)

Siva Gollapalli
Siva Gollapalli

Reputation: 646

To fix this issue add set :ssh_options, "-o 'IdentitiesOnly yes'" to your config/deploy.rb

Upvotes: 1

Related Questions