dsp-uga / Team-thweatt-p2

Cilia Segmentation
MIT License
0 stars 3 forks source link

Not able to connect to GCP SSH #4

Closed hemanthme22 closed 5 years ago

hemanthme22 commented 5 years ago

I am trying to connect to my GCP VM using SSH, but for some reason, I am not able to anymore(was able to connect till yesterday).

I noticed that my VM zone was changed from --zone "us-east1-b" to --zone "us-east1-c". Does this make any difference ?

chatrathabhishek commented 5 years ago

Yes it does

If you are using google cloud sdk below command should work

gcloud compute ssh ^ --project ^ --zone ^ --ssh-flag="-D" ^ --ssh-flag="1080" ^ --ssh-flag="-N

Hope this helps

hemanthme22 commented 5 years ago

I opened a ticket with google support for this. They said it will take up to 4 days to get support. In the interest of time, I just dropped that VM and created a new one. Works fine now.