ssh_exchange_identification

jaamin

Registered
I get this error when I try to ssh to a linux machine. I have a feeling it has to do with my firewall settings, but I dont know what the correct settings should be. Any help would be appreciated.
 
jaamin said:
I get this error when I try to ssh to a linux machine. I have a feeling it has to do with my firewall settings, but I dont know what the correct settings should be. Any help would be appreciated.

Try running "ssh -v" for the verbose mode, you'll see much more information which might help figure out what the actual problem is.

The problem could be with your keys, or maybe the remote system is using tcp wrappers to control who can connect to it.

It would be helpfull if you posted the output from "ssh -v" for troubleshooting. You can change the IP addresses to protect the innocent when you post the "ssh-v" output.
 
Back
Top