【发布时间】:2020-11-27 08:56:32
【问题描述】:
当尝试通过 iap 连接到 VM 时,macO 会出现问题。相同的命令可以在具有相同凭据的另一个系统上运行,因此必须与我的本地环境有关。
这是我要运行的命令:
gcloud compute ssh **** --project=**** --zone=europe-west4-a --tunnel-through-iap
它失败并出现此错误:
ERROR: gcloud crashed (AttributeError): 'Thread' object has no attribute 'isAlive'
If you would like to report this issue, please run the following command:
gcloud feedback
To check gcloud for common problems, please run the following command:
gcloud info --run-diagnostics
kex_exchange_identification: Connection closed by remote host
ERROR: (gcloud.compute.ssh) [/usr/bin/ssh] exited with return code [255].
Google 没有给我任何答案
【问题讨论】: