ssh_exchange_identification: 원격 호스트에 의해 연결이 종료된 이유를 알 수 없습니다.

ssh_exchange_identification: 원격 호스트에 의해 연결이 종료된 이유를 알 수 없습니다.

집에는 ssh최신 버전의 Raspbian이 활성화된 Raspberry Pi가 설정되어 있습니다.

또한 OS X 10.9.3이 설치된 Mac Book Pro를 사용합니다. 나는 Raspberry Pi에서 몇 가지 작업을 수행했지만 지금까지는 문제가 없습니다.ssh [email protected]

ssh그런 다음 Raspberry Pi의 포트를 인터넷에서도 사용할 수 있도록 라우터를 구성했습니다 .

ssh내 사무실에서 인터넷을 통해 Raspberry Pi에 액세스하려고 시도했는데 결과는 다음과 같습니다.ssh [email protected]

ssh_exchange_identification: Connection closed by remote host 

그래서 사무실에 다른 컴퓨터가 있어서 Putty동일한 명령을 사용하여 문제 없이 로그인할 수 있습니다. sshiPad에서 클라이언트를 사용해 보았는데 심지어 연결되기도 했습니다 . 외부적으로는 Mac Book만 작동하지 않습니다.

집에서는 Macbook을 LAN에 연결한 다음 Raspberry Pi에 액세스합니다.

그래서 나는 /etc/hosts.allowRaspberry Pi에서 편집하고 필요한 SSHD: ALL 것보다 설정한 다음 MacBook에서 그것이 나타나는지 확인했지만 아무 것도 없었습니다.sshd LogLeveldebug/etc/hosts.deny

Mac Book에서만 오류 메시지가 나타나는 이유는 무엇입니까?

ssh_exchange_identification: Connection closed by remote host while trying to access from remote.

ssh -Y -p 80 -i ~/bin/keys/pie.rsa -vvv [email protected]:

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/piuser/.ssh/config
debug1: /Users/piuser/.ssh/config line 2: Applying options for *
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to myhomepie.at [xx.x.xxx.xxx] port 80.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/piuser/bin/keys/pie.rsa" as a RSA1 public key
debug1: identity file /Users/piuser/bin/keys/pie.rsa type -1
debug1: identity file /Users/piuser/bin/keys/pie.rsa-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

일부 업데이트:

OS X에서 NAT를 사용하여 가상 머신에 SLES를 설치했는데 연결하려고 하면 동일한 오류가 발생합니다. 브리지로 변경한 후 가상 머신에서 SLES 머신에 연결할 수 있습니다. 아아아아아, 제가 아는 한 가능한 방법은 두 가지뿐입니다.

1.) 어떻게든 내 Mac이 Raspberry Pi에 대한 외부 액세스를 차단합니다.

2.) Raspberry Pi의 어딘가에서 내 WLAN 또는 Eth0의 Mac 주소가 차단되었습니다. :( 하지만 현재 방화벽이 없고 /etc/hosts.deny에 아무 것도 없기 때문에 Raspbian에서 내 Mac이 어디에 있을 수 있는지 위치가 있습니까? 막힌?


그래서 일부 업데이트로 인해 OS X 호스트 이름을 변경했지만 여전히 진전이 없습니다. 그런 다음 OS X에서 로컬 라우터에 연결하는 데 사용했던 Mac 주소를 스푸핑하기로 결정했으며 이상하게도 처음 SSH를 통해 연결을 시도했을 때 다음과 같은 결과를 얻었습니다.

ssh: Could not resolve hostname mypi.dyndns.org: nodename nor servname provided, or not known

두 번째 시도에서 다시 얻었습니다.

ssh_exchange_identification: Connection closed by remote host

그래서 지금 나는grep -r이것MAC 주소그리고CPU 이름Raspberry Pi에서는 로컬도 찾습니다.지적 재산권내 상자는 내 인트라넷 내에서 사용됩니다.

관련 정보