为 Google Compute 生成密钥对

Generating a key pair for Google Compute

在这个link中有以下内容:

请问"Google username"指的是什么?

然后同段下句讲到关键结构。这与Key Comment有关吗?我们如何处理密钥结构?

此处的用户名指的是您要通过 ssh 连接到的 Google Compute Engine VM 实例上用户的 linux 用户名。

假设虚拟机上所需的用户名是 oldgeezer

  • 将关键评论设置为oldgeezer
  • 生成的密钥应具有以下密钥结构ssh-rsa [KEY_VALUE] oldgeezer

此信息在 linux 的步骤中明确提及,但不幸的是在 Windows 的步骤中使用 puttygen 没有提及。

where [USERNAME] is the user on the instance for whom you will apply the key