Sagar
connect ssh vscode to runpod gpu server
following following things to create ssh
1. Create a key pair in a terminal window as follows:
ssh-keygen -t ed25519
Save it wherever you want, but remember the path! If this is your first/only SSH key, feel free to use the default path by pressing Enter without entering a custom path.
2. Get your public key (you can use the following command if you used the defaults)
cat ~/.ssh/id_ed25519.pub
3. Copy your SSH key to the server. For RunPod, you can find the menu in your settings in the top right corner.
42 replies