> -----Original Message----- > From: fedora-list-bounces@xxxxxxxxxx > [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of sean > Sent: Thursday, October 20, 2005 9:53 AM > To: fedora-list@xxxxxxxxxx > Subject: ssh changed in recent update? > > 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 > Is there any output from running: netcat xx.19.88.173 22 If not are you sure ssh is running? pgrep sshd -Mike