ssh error: conexão fechada pelo host remoto

2

Ao tentar SSH em uma máquina Mac específica, isso me causa o seguinte erro:

ssh_exchange_identification: Connection closed by remote host

Eu fiz algumas pesquisas no Google sobre o problema, mas parece que não encontrei uma resposta definitiva. Eu notei que na máquina que eu estou tentando SSH, ele não tem o arquivo ~ / .ssh mesmo lá, então eu fui em frente e criei e dei permissões corretas, mas isso não ajudou. Aqui está o verbose de quando tentar SSH nele:

penSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to <ComputerName> [xxx.xxx.xxx.xxx] port 22.
debug1: Connection established.
debug1: identity file /Users/<UserName>/.ssh/id_rsa type 1
debug1: identity file /Users/<UserName>/.ssh/id_rsa-cert type -1
debug1: identity file /Users/<UserName>/.ssh/id_dsa type -1
debug1: identity file /Users/<UserName>/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: Connection closed by remote host

Alguma idéia de como fazer o SSH funcionar?

    
por Technic1an 28.08.2014 / 17:43

3 respostas

2

Eu encontrei o mesmo problema exato. Meu log do sistema refletiu:

/var/empty must be owned by root and not group or world-writable

Ir para Disk Utility > Macintosh HD > Repair Disk Permissions redefiniu as permissões de /var/empty e resolveu o problema para mim.

    
por 20.03.2015 / 13:06
0

O Mac em que você deseja ssh tem o sshd ativado e as permissões de usuário corretas?

nas preferências do sistema > compartilhamento >

ative o login remoto e o gerenciamento remoto e, em seguida, selecione os usuários que você deseja permitir para o ssh na máquina.

se sim, siga o /var/log/system.log para obter mais informações

    
por 28.08.2014 / 18:22
0

Ir para Utilitários - > Console e tente se conectar via ssh um ler o erro de log no meu caso foi uma configuração errada do sshd

=) o encaminhamento x11

    
por 30.06.2017 / 01:49

Tags