VM instance Datalab connection Issue

时间:2017-06-20 12:39:35

标签: google-cloud-datalab

I cannot ssh to a particular vm instance, i have checked firewall and port 22 is allowed for receiving traffic. The command i used was datalab connect instance_name

This is the error :

Waiting for Datalab to be reachable at http://localhost:8081/ ssh: connect to host xx.xxx.xxx.xxx port 22: Connection timed out ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255]. Connection broken

1 个答案:

答案 0 :(得分:1)

以下是我尝试调试此问题的方法:

  1. 尝试使用Cloud Console中的ssh按钮连接到实例。

  2. 如果这不起作用,则问题可能与实例本身有关。在这种情况下,接下来要做的是检查实例的串行端口输出和StackDriver日志,以查看它们中是否包含任何错误消息。

  3. 如果ssh按钮确实有效,则问题与从gcloud到实例的连接有关。在这种情况下,您希望找到问题发生在路径上的位置,因此接下来我要尝试从同一项目中的另一个VM运行datalab connect命令。