Home / Companies / RunPod / Blog / Post Details
Content Deep Dive

Connect VSCode to Your Runpod Instance (Quick SSH Guide)

Blog post from RunPod

Post Details
Company
Date Published
Author
Zhen Lu
Word Count
441
Language
English
Hacker News Points
-
Summary

Connecting your VSCode IDE to a Runpod instance via SSH allows for seamless interactive development by enabling file editing and coding directly from VSCode. To set this up, you need a generated SSH key pair and a running Runpod instance with an exposed TCP connection. Once these prerequisites are in place, verify your SSH connection through the pod dashboard and ensure your public key path is correct. If any issues arise, check for key pair errors. After confirming the SSH command works, install the necessary VSCode extension, open the command palette, and add a new SSH host using the verified SSH command. Choose a configuration file, connect to the host via the command palette again, and upon successful connection, you will see the IP address in the bottom left corner of VSCode, allowing you to develop remotely with ease.