What distro are you running? Are you sure the ssh daemon is installed and/or running?
As root, do a:
Code:
netstat -a | grep LISTEN
and see if ssh shows up in the list of running services.
If not,
and see if ssh is listed there.
If not, you'll have to install the openssh-server package. How you do that, depends on your distro...
sleepy