MH> You are sure ssh works from this system to another over the
MH> internet? Tried some other system?
Yep, I do this all the time.
MH> Might be just compiled with tcp_wrapper support, check
MH> /etc/hosts.{allow|deny}, put in hosts.allow:
MH> sshd: ALL
Donesville. (I didn't notice a change when I did this).
MH> > In another fit of brutishness, I dropped the firewall on my router to see
MH> > if that was causing problems, with similar results. I realize that this
MH> > isn't much info to go on, but I'm a complete twat when it comes to
MH> > networking and so I don't even know what else to tell :/ Advice and/or
MH> > links to useful information would be appreciated.
MH> Is there anything logged in /var/log/* concerning sshd? If you
MH> start it?
Yeah, (I discussed this in the previous message). I can see when I ssh
localhost, but that's about it.
MH> Show us the output of (presuming "sshd_config" is in this dir):
MH>
MH> awk '!/^#/&&NF>0' /etc/ssh/sshd_config
sshd_config is where you predicted, and when I throw that regexp at it,
awk spits out '/: Event not found'. If you just tell me what you're
looking for I could probably figure it out
MH> On the other hand one ISP might block port 22, which you need to
MH> rule out. Or your router isn't port-forwarding probably, there are
MH> too much unknown facts for really helpful advice.
Forwarding port 22 was my first thought too, but the bogus web-interface
the router uses doesn't seem to have any menu options for port-forwarding.
I'll take another look.
Thanks!