Ec2市场地点Linux实例权限被拒绝(公钥)

时间:2016-10-01 12:34:47

标签: amazon-web-services ssh file-permissions

我有一个从Marketplace购买的Wowza实例,大约4小时前我能够连接它并正在对它进行一些操作。但是现在当我尝试连接时,会出现Permission denied(publickey)错误。我使用chmod命令给.77提供777权限。这是我认为的真正原因。

this solution开始,当我尝试将此实例的根卷附加到同一类型的其他实例时,它会给出相同的错误,但是当voulme被分离时,它已成功连接。市场实例的数量只能附加到类似类型的实例上。

现在我如何更改该.ssh目录的权限?你能帮帮我吗?

以下是我尝试连接实例时的日志:

OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 54.69.133.11 [54.69.133.11] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file Desktop/Shivam/mypemfile.pem type -1
debug1: identity file Desktop/Shivam/mypemfile.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 6a:48:f5:14:13:9a:a1:79:e8:44:bb:0d:6b:8d:b7:59
The authenticity of host '54.69.133.11 (54.69.133.11)' can't be established.
ECDSA key fingerprint is 6a:48:f5:14:13:9a:a1:79:e8:44:bb:0d:6b:8d:b7:59.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '54.69.133.11' (ECDSA) to the list of known hosts.
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: Desktop/Shivam/mypemfile.pem
debug1: key_parse_private2: missing begin marker
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

2 个答案:

答案 0 :(得分:1)

从AWS Marketplace推出的产品有限制,非市场实例主要不是为了强制执行许可。你遇到了其中一个限制。

以下是可能有用的AWS论坛上的相关thread,尤其是帖子中的最后帖子:

  

如果卷具有AWS Marketplace产品代码:

     
      
  • 该卷只能附加到已停止的实例。
  •   
  • 您必须订阅该卷上的AWS Marketplace代码。
  •   
  • 实例的配置(实例类型,操作系统)必须支持该特定的AWS Marketplace代码。例如,你   无法从Windows实例获取卷并将其附加到Linux   实例
  •   
  • AWS Marketplace产品代码将从卷复制到实例。
  •   

答案 1 :(得分:0)

我没有检查,但你可以尝试这个技巧。

您可以指定用户数据以在启动期间配置实例或运行配置脚本。 http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts

创建新实例时

  1. 从Market Place选择AMI
  2. 选择实例类型
  3. 配置实例 - >高级详细信息 - >使用过的数据。

    在这里添加bash脚本以更改权限。

  4. 添加存储空间

    更改根设备或从您的EBS快照添加新设备。

  5. 标记实例
  6. 配置安全组
  7. 审核并启动