+ Responder ao Tópico



  1. #1
    Visitante

    Padrão problemas ao acessar servidor via ssh

    quando tento dar um ssh de um servidor para outro aparece a seguinte mensagem:

    ssh 10.11.40.4
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
    Someone could be eavesdropping on you right now (man-in-the-middle attack)!
    It is also possible that the RSA host key has just been changed.
    The fingerprint for the RSA key sent by the remote host is
    3c:c6:0a:c7:a9:00:e9:d9:27:6a:60:87:c1:79:a5:f1.
    Please contact your system administrator.
    Add correct host key in /root/.ssh/known_hosts to get rid of this message.
    Offending key in /root/.ssh/known_hosts:1
    RSA host key for 10.11.40.4 has changed and you have requested strict checking.
    Host key verification failed.
    Se eu remover o arquivo /root/.ssh/known_hosts e tentar de novo resolve?

    Obriagado.

  2. #2
    Mr_Mind
    Visitante

    Padrão problemas ao acessar servidor via ssh

    basta apagar a(s) linha(s) correspondentes ao problema. isto de se ligar por IP não faz mt sentido. DNS é q é ;-)

  3. #3
    Nomade_Marvel
    Visitante

    Padrão problemas ao acessar servidor via ssh

    melhor seria vc acessar ssh como usuario comum!
    Ai vc apaga o /home/"user"/.sshd/known_hosts.

  4. #4
    Mr_Mind
    Visitante

    Padrão problemas ao acessar servidor via ssh

    é a mesma coisa! :toim:

  5. #5

    Padrão Re: problemas ao acessar servidor via ssh

    Citação Postado originalmente por Anonymous
    Se eu remover o arquivo /root/.ssh/known_hosts e tentar de novo resolve?
    Sim, pois sera criado novamente as chaves para o acesso criptografado do ssh.