Google app engine 我能';t连接到Google app engine灵活环境实例。Node.js

Google app engine 我能';t连接到Google app engine灵活环境实例。Node.js,google-app-engine,app-engine-flexible,Google App Engine,App Engine Flexible,我使用SSH时出现超时错误。我想把它修好。你能帮帮我吗 Welcome to Cloud Shell! Type "help" to get started. ... $ gcloud --project "xxx" app instances ssh "xxx" --service "xxx" --version "xxx" ssh: connect to host xx.xx.xx.xx port 22: Connection timed out ERROR: (gcloud.app.ins

我使用SSH时出现超时错误。我想把它修好。你能帮帮我吗

Welcome to Cloud Shell! Type "help" to get started.
...
$ gcloud --project "xxx" app instances ssh "xxx" --service "xxx" --version "xxx"
ssh: connect to host xx.xx.xx.xx port 22: Connection timed out
ERROR: (gcloud.app.instances.ssh) [/usr/bin/ssh] exited with return code [255].
我看了文件

我在CloudShell上尝试了它,并按下了SSH按钮。我使用Nodejs运行时


我有所有者角色。

255错误通常是由于权限或防火墙问题而发生的。在您的情况下,您拥有所有者角色,我会尝试使用防火墙设置。创建一个新的,允许IP范围为0.0.0.0/0,如中所述。

255错误通常由于权限或防火墙问题而发生。在您的情况下,您拥有所有者角色,我会尝试使用防火墙设置。创建一个新的,允许IP范围为0.0.0.0/0,如中所述