Sreate SSH Project
Last updated
Last updated
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.
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.”
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.
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.