Remote interpreter 2fa

Using pycharm pro 2017.3, setting up remote interpreter over ssh...

IT policy requires 2fa, so every time we ssh or sftp to a remote machine, you have to pick up the phone and press a button. This is not too bad as long as the client (pycharm) just makes one or two or a few connections to the other side...

Unfortunately, pycharm makes dozens (perhaps hundreds or thousands) of connections to the other side. I canceled after clicking "yes" to dozens, so of course I don't know how many more were going to happen...

Consider this a feature request: Please make pycharm reuse remote ssh connections. Pycharm is currently unusable for remote debugging on systems that require 2fa.

Also, support for sudo, other interactive setup would be great... (We normally ssh to a machine, then "sudo su -s /bin/bash - jenkins" before running these scripts)

0

请先登录再写评论。