由于违反服务条款,Cloud Shell 已被停用

由于违反服务条款,Cloud Shell 已被停用

我刚刚开始使用 GCP 学习云技术,第二天就出现了这个错误:

user@PC:~$ gcloud alpha cloud-shell ssh

Starting your Cloud Shell machine...
ERROR: (gcloud.alpha.cloud-shell.ssh) PERMISSION_DENIED: Cloud Shell has been disabled due to a Terms of Service violation
- '@type': type.googleapis.com/google.cloud.shell.v1alpha1.CloudShellErrorDetails   code: CLOUD_SHELL_DISABLED

有没有办法确切地了解我违反了哪些规则?在 shell 被阻止之前,在 ssh 会话期间,我经常断开连接,因此我/etc/ssh/ssh_config在本地计算机上添加了以下几行:

Host *

    TCPKeepAlive yes
    ServerAliveInterval 120

这可能是我违规的原因吗?

谢谢

答案1

有多种原因可能会导致你的账户因违反“服务条款”而被禁用。[1]

  • Cloud Shell 不活动
  • 非交互式使用,例如非活动会话
  • 超出每周使用限制
  • 超出服务限制

如需了解更多情况,您可以填写私人问题跟踪器,详细描述问题情况 [2]

[1]https://cloud.google.com/shell/docs/limitations

[2]https://issuetracker.google.com/components/491139/manage#basic

相关内容