【发布时间】:2019-07-03 23:54:02
【问题描述】:
我使用这个出色的答案https://stackoverflow.com/a/49515502/10690958 中提到的方法在我的 ubuntu 工作站上通过 ssh 连接到 Google Cloud Shell。有时,我需要启用“增强模式”。在这种情况下,我目前必须通过 firefox (https://console.cloud.google.com/cloudshell/editor?shellonly=true) 打开 Cloud Shell,然后登录并启用 boost 模式。之后我可以关闭firefox,并使用gcloud方法以boost模式访问cloud shell VM。
我想纯粹通过 gcloud cli 来执行此操作(访问 boost-mode),因为使用浏览器非常麻烦。
官方文档没有提到通过 gcloud 启用 boost 模式的任何方法似乎只有三个选项,即通过 gcloud alpha cloud-shell 的 ssh/scp/sshfs。有没有办法通过一些配置选项来启用它?
谢谢
【问题讨论】:
标签: google-cloud-platform gcloud google-cloud-shell