pycharm remote interpreter: how to stop ssh login popup every 10 sec?

Answered
I'm running the latest (paid) version of pycharm, and just set up a remote interpreter, but it is unusable because I get a popup window showing the host's ssh login message every few seconds. It seems like pycharm is displaying the login notice every time it connects, which is very often, to the remote machine (see screenshot below).

Is there a way to stop pycharm from showing this popup; otherwise the remote debugging is not useful to me.

Notes:
  • I tried setting loglevel=quiet in my .ssh/config (did not help).
  • FYI: I got the remote interpreter to work after failures where pycharm said it could not find the remote interpreter or its lib.so files. Initially I ran 'which python', which gave a path that PyCharm would not accept for a remote server, saying it could not find the libpython2.7.so.1.0
file. Then I tried using 'realpath `which python` to get the real path to the interpreter, and that did not work either as pycharm said it could not find the interpreter, but when I used the pycharm GUI to navigated to the realpath of the interpreter, that remoter interpreter configuration was accepted by PyCharm.
1
2 comments

I agree that this is very very annoying

0

Please report it to https://youtrack.jetbrains.com/issues/PY and attach your idea.log file from Help | Show Log in...

We'll look into it.

0

Please sign in to leave a comment.