DataBiosphere / dsub

Open-source command-line tool to run batch computing tasks and workflows on backend services such as Google Cloud.
Apache License 2.0
265 stars 44 forks source link

Unable to ssh to VM #166

Closed vandhanak closed 5 years ago

vandhanak commented 5 years ago

Using the dsub version 0.3.2 and unable to ssh into the VM spun by dsub. Unable to login to the google-pipelines-worker VM via browser (Error: We are unable to connect to the VM on port 22) or gcloud command (port 22: Operation timed out). Could you please look into that? It would be helpful for troubleshooting. Thanks!

mbookman commented 5 years ago

Hi @vandhanak !

Are you using the --ssh flag when starting your dsub tasks?

Please check the troubleshooting guide if not.

https://github.com/DataBiosphere/dsub/blob/f7f0ed4b91e661997ec856aa262b457389bb5eb7/docs/troubleshooting.md#ssh-to-the-vm

vandhanak commented 5 years ago

Hi @mbookman,

Thanks, I hadn't used the --ssh flag when starting dsub. Somehow missed that in the transition to google-v2. Thank you!