ssh configuration broken on pycharm

已回答

Hello, today my ssh configuration that I have been using for years stopped working.

Pycharm can not upload the remote workers anymore and is asking me for a password, even though I am using a key pair authentication...

I tried to delete this configuration, remove the ~/.pycharm_helpers directory on my remote machine and create a new ssh configuration, but pycharm is not looking for the ssh key that I set, but another one. In the attached image, you can see that I put the path to my ssh key in the corresponding case, but when I push "test_connection", pycharm is looking for ~/.ssh/leomed, for some reason. Does anyone know if I am doing something wrong or how to fix this? This is super annoying, especially days before a deadline. SSH connections are really not magic. 

Also, I am able to connect to the remote server via a normal ssh connection.

 

1

also when I click next, a window comes with "waiting for a response from server" that cannot be closed and just waits forever. 

1

Hello,

We need to take a look at your logs to diagnose the problem.

Please add the following lines (including `#`) to Help | Diagnostic Tools | Debug Log Settings…, reproduce the problem, then file a ticket to https://youtrack.jetbrains.com/issues/IDEA and attach idea.log from Help | Show Log in…

#com.intellij.ssh

#com.jetbrains.plugins.webDeployment

1

I'm having the exact same issue.

0

请先登录再写评论。