Questions tagged [vscode-remote-ssh]

107 questions
0
votes
1 answer

Error while Connecting to a ec2 instance through VSCode Remote SSH

I have tried to connect to my amazon instance through SSH before through a program called Bitvise SSH, but today I found out there is a way to directly connect to my instance through a function in VSCode. my config This is my config file for the SSH…
-3
votes
2 answers

Remote SSH from VSCode to Google Cloud VMs over IAP tunnel

I am using the below command for SSH to GCP VMs. How can I configure VSCode to use these settings? gcloud beta compute ssh --zone "asia-south1-a" "jump-box" --tunnel-through-iap --project "Project Name" (editor note: notice --tunnel-through-iap in…
1 2 3 4 5 6 7
8