SSH — 在浏览器窗口中打开(GCP)不起作用

SSH — 在浏览器窗口中打开(GCP)不起作用

我在 Google Cloud Platform 中有一个虚拟机。直到今天早上,我都能够使用“SSH 在浏览器窗口中打开”来打开一个窗口。我没有做任何更改。我关闭了机器并重新启动。但这没有帮助。由于我无法打开窗口,因此我无法访问配置文件。我该如何修复此问题?我发出了以下命令,但出现此错误:

  $ gcloud compute config-ssh
Updating project ssh metadata...working..Updated [https://www.googleapis.com/compute/v1/projects/records-preservation].                                                                               
Updating project ssh metadata...done.                                                                                                                                                                 
You should now be able to use ssh/scp with your instances.
For example, try running:

  $ ssh linux-web-server.us-central1-c.records-preservation

info@cloudshell:/usr/lib/cgi-bin (records-preservation)$ ssh linux-web-server.us-central1-c.records-preservation
[email protected]: Permission denied (publickey).

谢谢,-Marcos

相关内容