PDA

View Full Version : SSH or TELNET in Fedora


sj_linux
24th May 2004, 10:09 PM
I have a problem in accessing Federo-1 from XP machine.

I have Fedora -1 and XP machines connected via the router, with Fedora-1 has static IP defined 198.168.0.100.
I could not connect from XP to Fedora-1 using SSH (using Putty) or Telnet. In fedora-1 machine, I can login using ssh.

my hosts.allow looks like
ALL : 192.168.
ALL : localhost

my hosts.deny looks like
ALL: ALL

Any help is greatly appreciated.

ghaefb
24th May 2004, 10:31 PM
what about iptables ??
show your output: /sbin/iptables -L

try flushing iptables(iptables -F) then try connect to fedora via ssh.

sj_linux
25th May 2004, 12:40 AM

Thanks:cool:

sj_linux
26th May 2004, 01:19 AM
It looks like everytime I reboot the Federoa machine, the ssh doesn't work.

If I execute the following command "iptables -F"...it works!!!! :confused:

Jman
26th May 2004, 07:24 AM
Your firewall got reset. Allow ssh through: Main Menu > System Settings > Security Level. There should be a ssh check box. In any case it's port 22.