Sagar
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
yes, available in vscode , I guess with TCL port it is possible
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
direct drag and drop also works
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
Now vs code is connected, wanted to check if I can upload the files from there, any experience/suggestions
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
I created the public key on windows, resolved
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
Hey got it resolved, thanks for help
I have wsl on my windows,
I was creating a ssh key on wsl and
While using remote it is looking at windows config
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
@justin can you help?
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
also is there easier way than this?
I know there is template with vscode,however I want solution with existing templates.
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
I am able to connect to server however it asks for root password
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
connect ssh vscode to runpod gpu server
then using terminal to add ssh key to
authorized_keys
42 replies
RRunPod
•Created by Sagar on 1/13/2024 in #⛅|pods-clusters
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