ssh problema relacionado ao comando

0

Estou enfrentando problemas com o comando ssh atualmente. Anteriormente, estava funcionando muito bem, mas agora, quando estou tentando executar o mesmo comando, ele diz: ssh_exchange_identification: read: Connection reset by peer. Como acesso a conta da web agora?

ssh -v output:

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 iiit.ac.in [10.4.3.20]
debug1: Connection established.
debug1: key_load_file: read from key file /home/usr/.ssh/id_rsa failed: Is a directory
debug1: identity file /home/usr/.ssh/id_rsa type -1
debug1: identity file /home/usr/.ssh/id_rsa-cert type -1
debug1: identity file /home/usr/.ssh/id_dsa type -1
debug1: identity file /home/usr/.ssh/id_dsa-cert type -1
debug1: identity file /home/usr/.ssh/id_ecdsa type -1
debug1: identity file /home/usr/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/usr/.ssh/id_ed25519 type -1
debug1: identity file /home/usr/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
ssh_exchange_identification: read: Connection reset by peer
    
por Vijay L. Roy 19.08.2014 / 14:37

1 resposta

0

Existe uma opção para este problema. Eu apenas compartilho minha mesma experiência. verifique o roteamento do seu servidor. Talvez haja uma rota ruim ou algum gateway padrão tenha causado esse problema.

Eu tenho o mesmo problema no meu servidor CenOS e tento conectá-lo ao Ubuntu. Eu encontrei o servidor tem 2 gateway padrão, quando eu remover o segundo, o problema resolvido.

    
por shgnInc 12.10.2014 / 07:20