I did a yum update ( fc4 updates ) this week, and now I
can't log into the ssh server:
ssh -vvv linuxbox
OpenSSH_4.2p1, OpenSSL 0.9.7f 22 Mar 2005
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to linuxbox [xx.19.88.173] port 22.
debug1: connect to address xx.19.88.173 port 22: Connection
refused
ssh: connect to host linuxbox port 22: Connection refused
the server has /etc/hosts.allow:
sshd sshd1 sshd2 : ALL : ALLOW
I've tried after iptables -F
Stumped.
sean