Hi,
I’m trying to connect to my remote DigitalOcean server using SSH on PyCharm, the OS is Ubuntu 22.04, and I got this error
SSH Connection Check Failed Failed to connect to IDE backend: Invalid credentials
But I tried on my Terminal, I could connect to my server successfully.
Does anybody have any hints by any chance? Thank you very much!
Kind regards, Xi
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
the user should be root
Hello there,
I would also include this article from Jetbrains on how to setup a remote development in Pycharm
https://www.jetbrains.com/help/pycharm/remote-development-starting-page.html
Regards