У меня есть 2 машины Amazon: A(Centos) и B(Ubuntu). Я могу получить доступ к B только из A.
Когда я пытаюсь подключиться со своего компьютера Mac к A, а затем к B, я получаю следующую ошибку:
[alexarsh@A ~]$ ssh alexarsh@B -v
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Executing proxy command: exec /usr/bin/sss_ssh_knownhostsproxy -p 22 B
debug1: identity file /home/alexarsh/.ssh/id_rsa type -1
debug1: identity file /home/alexarsh/.ssh/id_rsa-cert type -1
debug1: identity file /home/alexarsh/.ssh/id_dsa type -1
debug1: identity file /home/alexarsh/.ssh/id_dsa-cert type -1
debug1: identity file /home/alexarsh/.ssh/id_ecdsa type -1
debug1: identity file /home/alexarsh/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/alexarsh/.ssh/id_ed25519 type -1
debug1: identity file /home/alexarsh/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
debug1: permanently_drop_suid: 679600005
ssh_exchange_identification: Connection closed by remote host
Когда я пытаюсь соединиться с ssh из Linux/Windows -> A -> B, у меня нет проблем.
Однажды у меня была похожая проблема, и я решил ее с помощью: http://developers.mogdesign.eu/blog/node/13
Но сейчас, похоже, дело не в этом.
У вас есть идея, как я могу решить это?