Prevent SSH session disconnect

I work with ssh remote interpreter on PyCharm, and it's great. However, I can't figure out a way to keep my ssh session open with a script running if I quit PyCharm.

I can do such a thing if I manually launch a ssh session from outside PyCharm, with the handy screen command.

Is there a way to emulate "screen" behaviour from inside PyCharm?

4

Please sign in to leave a comment.