如何ssh到Google Cloud Shell?

时间:2016-11-17 05:25:36

标签: ssh google-cloud-shell

我有一个奇怪的错误:Google Cloud外壳的网络外壳无休止地喷出我的打字。 youtube clip of error

' gcloud auth login'按预期工作。

我想跳过使用Web shell并在mac osx上使用常规ssh进入云shell实例。

使用主机名或下面提到的值有效。

在网络外壳中:

  

darian_hickman @ darianhickmancom:〜$ hostname   CS-6724,开发人员专用壳层-VM-9f3fde16-797e-4327-99a7-5c2710f10920-289   darian_hickman @ darianhickmancom:〜$ domainname(none)

在我的本地终端:

  

DarianMac:~darianhickman $ gcloud compute ssh   darian_hickman @ darianhickmancom错误:(gcloud.compute.ssh)不能   获取实例:     - 资源'项目/ darianhickmancom / zones / us-east1-d / instances / darianhickmancom'   没找到

2 个答案:

答案 0 :(得分:2)

从2018年初开始,现在可以从终端连接Google Cloud Shell。有关详细信息,请参见this answerIs it possible to use the Google Cloud Shell via a ssh?

答案 1 :(得分:1)

不支持直接SSH访问Cloud Shell实例。如果您必须使用自己的SSH客户端,我建议您查看Google Compute Engine实例。