Remote Access via SSH (common)
Connect to GPU instance remotely with ease using the guide!
Runyour AI provides SSH Access function to remotely access the GPU instance and utilize diverse templates.
What are the benefits of using SSH remote access?
✔️ Protection of data transmission through encryption technology
✔️ Enhanced utilization of other network services through secure tunneling
✔️ Easy remote GPU instance usage in a VM environment with simple input
Take advantage of Stable Diffusion now with the templates provided by Runyour AI!
Step 1. Machine Rental / Template Selection

When you select the desired machine from the GPU Cloud list, you will move to the template selection stage. Choose a template and click the "Rent" button at the top. (Please check if SSH is supported.)
You can check the rented machine on the My Page > Dashboard.
Step 2. SSH Remote Access

Click the 'SSH / WEB' button at the top left of the rented machine page and click the 'PEM KEY' button to download the PEM KEY.

After downloading, the code of the SSH access information below will be activated. Please click the copy button on the right.
ssh -i ~/Downloads/PEM Key Name.pem ubuntu@Access information
Please enter the code in the terminal in the form above. After that, you need to check if the terminal is connected to SSH.

If the above error occurs at this stage, please refer to the document below.
Fixing PEM Key File Permission Issues
When the SSH connection is complete, the terminal prompt will change to the form of ubuntu@machine name. This means that you are currently connected to a remote machine (server), not a local computer.
Last updated