diff --git a/aws/README-zh.md b/aws/README-zh.md index 928f181..ba8c68b 100644 --- a/aws/README-zh.md +++ b/aws/README-zh.md @@ -40,7 +40,7 @@ 部署后如何通过 SSH 连接到服务器? -Amazon EC2 不允许用户使用 SSH 密码访问新创建的实例。用户必须创建“密钥对”来作为 SSH 访问的凭据。 +在部署后,Ubuntu 实例的默认用户名是 **ubuntu**,而 Debian 则是 **admin**。Amazon EC2 不允许用户使用 SSH 密码访问新创建的实例。用户必须创建“密钥对”来作为 SSH 访问的凭据。 此模板在部署期间为你生成一个密钥对,并且在成功创建堆栈后,其中的私钥将在 **Outputs** 选项卡下以文本形式提供。 diff --git a/aws/README.md b/aws/README.md index 511ad9f..5cfa07e 100644 --- a/aws/README.md +++ b/aws/README.md @@ -39,8 +39,8 @@ You may choose an AWS region using the selector to the right of your account inf How to connect to the server via SSH after deployment? - -Amazon EC2 does not allow users to access newly created instances with an SSH password. Instead, users are required to create "key pairs", which are used as credentials for SSH access. + +After deployment, the default username for an Ubuntu instance is **ubuntu**, and for a Debian instance it is **admin**. Amazon EC2 does not allow users to access newly created instances with an SSH password. Instead, users are required to create "key pairs", which are used as credentials for SSH access. This template generates a key pair for you during deployment, and the private key will be available as text under the **Outputs** tab after the stack is successfully created.