So I'm trying to use PuTTY (v0.5

on Win 7 to get to a Linux Red Hat Enterprise 5.10
PuTTY is throwing the following error:
PuTTY Fatal Error
Couldn't agree a client-to-server cipher (available: aes 128-ctr, aes192-ctr,aes256-ctr)
My /etc/hosts.allow file has my computer IP address in the file
ALL: 143.83.221.108
Under /etc/ssh/ssh_config I have the following entry under Host *
Ciphers aes128-ctr, aes192-ctr, aes256-ctr
And under /etc/sysconfig the iptables has the following entry for my computer
-A INPUT -s 143.83.221.108 -p tcp -m tcp --dport 22 -j ACCEPT
I can successfully ping, traceroute and log in via termainl from VMWare vSphere all ok, so I can reach the box...
I'm not sure what I am missing or what I need to be successful in using PuTTY from my Windows desktop to the Red Hat Linux box.
thanks