PyCharm 2.7.2 Web Help

2.7+

PyCharm makes it possible to run a terminal on a remote SSH server.

To launch a remote SSH terminal
  1. On the main menu, choose Tools | Run SSH Terminal.
  2. Depending on the connection settings, defined in the SSH Terminal page of the Settings dialog, the following behaviors are possible:
    • If the option Default remote interpreter has been selected, then the console will open on the same host, where the default remote interpreter runs.
    • If the option Deployment server has been selected, then the console will open on the host, defined as described in the section Creating a Server Configuration.
    • If the option Select server on every launch has been selected, PyCharm will show a pop-up list to choose the desired server from.

See Also

Procedures:

Reference:

Web Resources: