Putty Google Cloud compute

拥有回忆 提交于 2019-12-04 07:38:46
Boyan

Here's some info on how to get you started. You shouldn't have to enter a login password. If you really want to, first connect via SSH keys and then use root privileges to change the password for the account to what ever you want.

You have a few different options, I'm just going to mention a few. To get into your GCE instance, you're going to need SSH keys setup and your client (Putty) configured to use them.

First option: SSH straight from the browser. This way you can skip the setup, but it's probably best to get your Putty properly configured.

Second option: Configure your SSH keys and Putty to SSH to GCE instances:

  1. Follow this article(Linux/OSX) or this article(Windows) to create and add your SSH keys to the metadata for your Project.
  2. Once you have your keys added to the Dev Console, setup Putty like this:

    • 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.

You should now be good to go.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!