> I just updated my kernel and can no longer ssh into the > machine from outside the machine. however I can ssh out > directly from this machine to other machines. > > I also tried the old kernel but it still doesn't work. > > Any ideas?
Outgoing ssh is the ssh client, incoming ssh is handled by the sshd daemon. The first thing I would do is check that it is running: ps -axc | grep sshd If it doesn't show up, try starting it: /etc/init.d/sshd start If it is up, then it may be that your update changed your firewall rules in some mysterious way. I would then check to see if your firewall is blocking incoming ssh traffic: iptables -L Try this stuff and let us know what happens. Ben -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list