pandas007
pandas007

Reputation: 151

Pycharm: Couldn't upload helpers for remote interpreter: Authentication failed: Exhausted available authentication methods

I have used Pycharm to connect my remote server and it worked well. But after I added a second connection to another server. It reports errors: Couldn't upload helpers for remote interpreter: Authentication failed: Exhausted available authentication methods, and the previous connection failed as well.

Here are some measures that I took but not valid.

The last thing I did and worked for me is

go to Deployment -> connection -> Authentication, choose Key pair openssh or PuTTY, select the private key path. Test Connection and it worked.

Upvotes: 0

Views: 4058

Answers (2)

Moosa Sharieff
Moosa Sharieff

Reputation: 157

If you face problem in Pycharm, there are high chances you are not able to SSH using Putty / Terminal (Mac). Please try ssh'ing into host via Putty / Terminal first. If you fix the issue with your Putty / Terminal (Mac), you'll automatically fix Pycharm's Authentication Failed Error too. That's how, I fixed mine.

Upvotes: 0

pandas007
pandas007

Reputation: 151

go to Deployment -> connection -> Authentication, choose Key pair openssh or PuTTY, select the private key path. Test Connection and it worked.

Upvotes: 1

Related Questions