SSh problem
Hello, I created an cirros instannce in openstack. I can ping the instance's Ip adress but cant get access it by ssh with the following error: ssh_exchange_identification: Connection closed by remote host
Waiting help, Thank you.
Use ssh verbose and paste the output here, this will provide more details. Just add the `-v` to your SSH CLI invocation: `ssh -v -i key.pem user@host`.
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 192.168.0.1 [192.168.0.1] port 22. debug1: Connection established. debug1: permanently_set_uid: 0/0 debug1: identity file /root/.ssh/identity type -1 debug1: identity file /root/.ssh/id_rsa type 1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: ssh_exchange_identification: ssh_exchange_identification: Connection closed by remote host
Hello, no ideas? the same problem persist.