我可以通过 Chrome OS 连接到 Google 云虚拟机吗?

Can I connect to Google Cloud VM's through Chrome OS?

documentation中我找到了这个例子:

ssh -i KEY_FILE -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no USER@IP_ADDRESS

但是在 Chrome OS 控制台中我不能 运行 ssh-keygen - 因此我没有 KEY_FILE.

有什么解决办法吗?

您可以通过 Google Developers Console by selecting your project -> Compute on the left panel -> Compute Engine -> VM Instances -> and clicking the SSH or RDP button next to your Compute Engine VM instance. RDP connections will use the provided Chrome extension to connect and SSH will be opened in a new tab 使用 SSH 或 RDP(远程桌面协议)轻松连接到您的 Google Cloud Compute Engine VM 实例。