Permissão negada (publickey) Amazon Linux aws

4

Eu tenho duas instâncias em execução no meu aws. Eu tenho o mesmo par de chaves para ambos. Eu estava usando ambas as instâncias por muito tempo. mas hoje eu estou recebendo um erro em uma instância ao tentar fazer o login através do terminal, se eu executar este comando.

ssh -i mypem.pem [email protected]
Permission denied (publickey).

Mas se eu tentar entrar em outra instância com o mesmo arquivo pem . Ele funciona e eu posso logar com sucesso nele.

Eu tentei todas as soluções

mas nada funciona para mim

Se eu fizer

ssh -i mypem.pem [email protected] -v

o resultado é:

OpenSSH_7.4p1, LibreSSL 2.5.0
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to 52.xx.xxx.xxx [52.xx.xxx.xxx] port 22.
debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file mypem.pem type -1
debug1: key_load_public: No such file or directory
debug1: identity file mypem.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
debug1: match: OpenSSH_7.4 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 52.xx.xxx.xxx as 'ec2-user'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: mykeyhere
debug1: Host '52.xx.xxx.xxx' is known and matches the ECDSA host key.
debug1: Found key in /Users/myusername/.ssh/known_hosts:6
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/myusername/.ssh/mypem.pem
debug1: Authentications that can continue: publickey
debug1: Trying private key: mypem.pem
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).

O que tentei

chmod 400 mypem.pem

Eu também tentei isso

sudo ssh -i amazonec2.pem ec2-xxx-xxx-xxx-xxx.us-west 2.compute.amazonaws.com

Entendi

Please login as the user "ec2-user" rather than the user "root"

então eu fiz isso

sudo ssh -i amazonec2.pem ec2-xxx-xxx-xxx-xxx.us-west-2.compute.amazonaws.com -l ec2-user

Eu tenho

Permission denied (publickey)

Se eu tentar fazer login em outra instância com a mesma chave. Eu posso logar com sucesso. Por favor, ajude o que realmente deu errado aqui

Grupo de segurança na minha instância é este:

    
por user1hjgjhgjhggjhg 21.04.2018 / 10:09

0 respostas