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:
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
Please sign in to leave a comment.
I agree that this is very very annoying
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.