我是非常新的谷歌云和腻子。我的问题是,当我打开我的电脑上的油灰,并键入外部IP到腻子。我打开屏幕向我要一个登录..。我的问题是我在登录时输入了什么内容。是谷歌的用户名帐户吗?更好的问题是,在哪里可以找到登录到VM所需的登录名和密码?
发布于 2014-10-20 15:38:08
下面是一些关于如何让您启动的信息。您不应该输入登录密码。如果您真的愿意,首先通过SSH键连接,然后使用根权限将帐户的密码更改为您想要的任何内容。
你有几个不同的选择,我只想提几个。要进入GCE实例,您需要设置SSH密钥并配置客户机(Putty)来使用它们。
第一个选择:直接从浏览器获得SSH。这样,您可以跳过设置,但可能最好得到您的Putty正确的配置。
第二个选项:将SSH键和Putty配置为SSH到GCE实例:
- Open Putty
- In the 'Host Name' field enter `[username]@[external_IP]`, where username will be the same as the one used to create your SSH keys. In summary, the comment at the end of your SSH key.
- In Putty, on the left, expand the 'SSH' section and click 'Auth'.
- Click on 'Browse' and select the private SSH key you created earlier.
- Click back on 'Session' on the left, and 'Open' the connection.
你现在该走了。
https://stackoverflow.com/questions/26374451
复制相似问题