Sreate SSH Project

What is SSH?

The SSH environment preset enables remote access to projects. Users can access SSH through terminals such as (XShell, PuTTY, SSH Client, etc.) to conduct research from an external IDE to the desired environment

**Please note that it is only available if you have purchased the SSH function as a separate option in advance.

Create SSH Project

Step 1: Creat SSH Project

  • Select the “Create Project” button from the Studio Home and Project List.

  • On the Create Project page, write the title and description of the project and click the “Next” button.

  • Select SSH in the Environment Preset Selection step and click the “Next” button.

  • Finally, select the machine you want to use in the project and click “Finish.”

Step 2: Obtaining Connection Information

  • After project creation is complete, access to the project detail page in Studio.

  • When clicking the "SSH information" button on the detail page, the modal is displayed.

  • Copy the access information and Verification key respectively. Please note that this information is discarded when the project is deactivated.

Step 3: SSH Connection

  • Open a Command Prompt window on your PC. Enter ssh and paste the copied "Assess information".

  • When asking for password, paste the copied "Verification key".

  • If entered correctly, the connection succeeds with a welcome message.

Last updated