Suse 10.1: does ssh work for anyone else?

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
I installed Suse 10.1 in VMWare, and it refuses to allow ssh connections. I can't even ssh to localhost on the machine.

Any ideas?

I've removed the stupid firewall rules (asses setting up a bunch of rules on install, how retarded), and modified the sshd_config since it only wanted to listen on the ipv6 address (which isn't even setup).
 

SleepWalkerX

Platinum Member
Jun 29, 2004
2,649
0
0
Never set up ssh before. I could maybe learn about it and test it out tomorrow. I never install software firewalls on my pc and always turn them off on first install. I just keep mine updated on my router (WRT54G).
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Hmmm, it just worked locally, but not from a "remote" VMWare session. I flushed the firewall and it won't even work locally now. :confused:
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
It's a firewall issue. Flushing iptables _should_ have solved it, but I guess mild retardation runs deep in Suse. I re-enabled the firewall and set a rule for ssh and it works.

Why doesn't it work when the firewall is turned off? :confused:
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: djdrastic
Maybe the default policy for iptables on input chain is set on drop ?

It is, but when you flush the firewall rules the firewall shouldn't drop anything.
 

djdrastic

Senior member
Dec 4, 2002
441
0
0
Wow , I didn't know that . I always assumed , that after an iptables flush the default policy rules would take effect
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: djdrastic
Wow , I didn't know that . I always assumed , that after an iptables flush the default policy rules would take effect

That's probably how it works, but I think that's stupid. To me, a firewall should do what's in the rules, that's why if you want a default drop you have a catch-all default drop rule.

How in the hell would I fix this if that default drop isn't a rule? :confused: