On Tue, Aug 21, 2001 at 06:06:19PM -0400, Titus Barik wrote: | On Tue, 21 Aug 2001, dman wrote: | | > On Tue, Aug 21, 2001 at 03:13:30PM -0400, Titus Barik wrote: | > | On Tue, 21 Aug 2001, dman wrote: | | iptables -L returns: | | Chain INPUT (policy ACCEPT) | target prot opt source destination | | Chain FORWARD (policy ACCEPT) | target prot opt source destination | | Chain OUTPUT (policy ACCEPT) | target prot opt source destination
Well this means you system is wide open. Nothing is being stopped at the packet filter layer. | When I try to SSH into my box: | | ssh -v -l barik 128.61.40.17 | | OpenSSH_2.5.2p2, SSH protocols 1.5/2.0, OpenSSL 0x0090601f | debug1: Seeding random number generator | debug1: Rhosts Authentication disabled, originating port will not be | trusted. | debug1: ssh_connect: getuid 0 geteuid 0 anon 1 | debug1: Connecting to 128.61.40.17 [128.61.40.17] port 22. | debug1: connect: Invalid argument | debug1: Trying again... | debug1: Connecting to 128.61.40.17 [128.61.40.17] port 22. | debug1: connect: Invalid argument | | Help! :-) I want to be able to SSH into my box. What do I do now? I don't know, but it doesn't look good. -D