On Tue, 2004-04-20 at 21:32, Ranga Nathan wrote: > I installed Redhat server (Enterprise) on a box but I can not SSH into > the box. The sshd is running and I can ssh from within the box but not > from outside. /etc/hosts.allow and /etc/hosts.deny are both empty. > There is no other firewall I can find there. HTTP connection is fine. > I checked sshd_config and that looks clean (i.e no blocking entries). > I remember going through a similar situation a couple of years ago and > have forgotten what I did. > > Anything I missed out?
The first thing I'd check is if iptables is allowing traffic on
port 22. Look at /etc/sysconfig/iptables, and see if there's a
line similar to this:
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 22 --syn -j ACCEPT
--
John Abreau / [EMAIL PROTECTED] / http://www.abreau.net / GnuPG-Key-ID D5C7B5D9
GnuPG-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

