ssh_exchange_identification: Conexão fechada por remoto

0

Eu quero ser capaz de usar o ssh no work-pc que está por trás de um firewall restritivo do PC doméstico.

Versão do opensp do Work-pc

OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g  1 Mar 2016

Eu uso este comando no trabalho-pc: ssh-p443 -fNTR 0.0.0.0:6333:localhost:443 [email protected]

Eu uso este comando no home-pc:

ssh -v -p 6333 localhost

saída do home-pc:

OpenSSH_7.3p1, OpenSSL 1.0.2j  26 Sep 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to localhost [::1] port 6333.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.3
ssh_exchange_identification: Connection closed by remote host

O work-pc responde ao home-pc com:

connect_to localhost port 443: failed.
    
por Xenioz 02.12.2016 / 22:48

1 resposta

0

você pode ver problemas relacionados, porque isso é bug recente, eu tenho o mesmo problema sem sair. Eu não sei se a configuração ruim do seu roteador ou algo assim, mas não está funcionando para mim.

Veja questões relacionadas

Bug reportado no redhat

Bugzilla do kernel do bug

    
por 05.01.2017 / 18:02