Tente remover a chave do arquivo known_hosts e tente novamente a conexão.
Isso deve pelo menos eliminar todas as conexões em cache "antigas"
Desculpe se isso soa redundante para você, mas acredite que não. Eu tentei quase a maioria dos links relacionados a este problema, mas nada está funcionando para mim até agora. Eu até tentei este artigo dois. Abaixo está o que eu tentei até agora
MindTerm home: /home/waqas/.mindterm/
SSH Server/Alias: 54.191.37.141
Connected to server running SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
Server's hostkey (ssh-rsa) fingerprint:
openssh md5: 95:44:f1:40:07:90:00:2a:7d:9a:1f:49:a1:71:8a:0b
bubblebabble: xilon-segen-tufep-manir-rekad-lucag-fetoz-sover-hyhuh-kafiz-kixox
A última coisa que fiz antes desta edição foi que 2 dias atrás eu estava tentando instalar o servidor FTP no meu cliente usando este link link . Infelizmente este link não funcionou como esperado e acabei sem sucesso em logins FTP. E hoje, quando tentei fazer o login usando o meu par de chaves, está me dando erro.
Abaixo está o log da minha tentativa de ssh
waqas@waqas-itu:~/Downloads/key$ ssh -v -i test.pem [email protected]
OpenSSH_6.0p1 Debian-3ubuntu1.2, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 54.191.37.141 [54.191.37.141] port 22.
debug1: Connection established.
debug1: identity file test.pem type -1
debug1: identity file test.pem-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-3ubuntu1.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 80:dd:8f:50:a3:80:81:00:39:06:e4:05:6e:f3:1f:16
debug1: Host '54.191.37.141' is known and matches the ECDSA host key.
debug1: Found key in /home/waqas/.ssh/known_hosts:108
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: testserverpem.pem
debug1: Authentications that can continue: publickey
debug1: Offering RSA public key: waqas.jamal@***.com
debug1: Authentications that can continue: publickey
debug1: Trying private key: test.pem
debug1: read PEM private key done: type RSA
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
Permission denied (publickey).
Tente remover a chave do arquivo known_hosts e tente novamente a conexão.
Isso deve pelo menos eliminar todas as conexões em cache "antigas"
Eu vejo algumas ações que alteram as configurações do OpenSSH e do usuário no link de configuração do servidor FTP (SFTP). Essas mudanças são provavelmente a fonte dos seus problemas.
Assumindo uma instância com suporte do EBS, você pode resolver isso encerrando a instância (isso fará com que o seu IP externo seja alterado se não for um EIP). Em seguida, separe o volume raiz e anexe-o a um novo host como um volume não-raiz ( link ), monte-o e corrija o openssh ou a configuração do usuário.
Prováveis fontes de problemas: você adicionou seu usuário de login ao grupo ftpaccess ou definiu seu usuário principal como / usr / sbin / nologin.