ssh connection refused with out iptables rulles

Solution 1:

The sshd process may not be running at all.

try checking with:

netstat -tulpn  | grep LISTEN | grep sshd

to see if it's running, and on which port.