-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Sure, I suspect something of the sort myself. Problem is, I don’t
> know enough to know how to start tracking down what exactly is the
> problem, or how to fix it if I did find it.
K, I’ll help with that easily enough.
> I did find that badbox had a firewall running (no idea why - I doubt
> I
Because it was setup correctly. Firewalls prevent things you do not
intend; that yours is misconfigured doesn’t mean it is evil. Leave it
on and allow ‘Secure Shell’ access. How do you do that? Run the following:
sudo /sbin/yast firewall
Go to Allowed Services
Choose ‘Secure Shell’ from the drop-down and click ‘Add’ to add it to
the list of allowed services.
Next/Finish/Save/whatever
> would have set it up that way. but it is an older machine). Turned
> it off and rebooted, and now an ssh to badbox gives me a “Connection
> refused” message, instead of just hanging silently.
Better; this is also what you’ll get once you go back and re-enable your
firewall but provide an exception for SSH access.
This basically means that the firewall is not blocking but that nothing
is listening. Maybe think of things this way: the firewall is the door
to your house, and your SSH service is you inside. If the firewall is
blocking access (door is closed) then there is no way anybody can talk
to you; on the other hand, now your system has the firewall down (door
open… in fact, all doors open) but nobody is inside (SSH is not
listening for a connection) so it doesn’t matter who comes around since
they cannot talk to anybody inside. Start SSH as shown below:
sudo /etc/init.d/sshd start
Test and ensure things are as you like them. Now, this is just a
one-time thing. Enable it to auto-start with the system:
sudo /sbin/chkconfig sshd on
Reboot and see that things are still okay.
Oh, and if you’d like you can do all of this (starting SSH, enabling it
to auto-start) via Yast if you’d like, probably under ‘System’ or
something. Poke around if interested once you know things are working.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/
iQIcBAEBAgAGBQJQvvrPAAoJEF+XTK08PnB5FJsQAJYgyt8/kmc3b8XwRcDFfJCo
ZRH0IgCsKgJO5qCXvCIkrS7gzGThiTlQP/pmiYOU/+xZrBYld1Z0ihYP26ZaFrq3
WGt6d4l7nrb3n6RXqac4IwLn/9oLY2qml/qW3/dJtAO3EIGWQpu4Ye9RuAxZCM40
EWdiPs+bGvXe3tmVlcH65R5wrxGYToDnAtLGoAWmF072VwnLEkGA9YX+FQgfvtZI
4MBm8xhawEu/g8PexUWdTVPg5d7idI5Le64+FE/bpOLJloihGmzIxMqN0bPSBpK2
orY7u0wE2byhgOscW1P2R5pSHzg6u/x7UAw1lQ8g+7dL7a1M8aHDHge/F3/WQlhq
vGo0kbzIxseofF2DIkgPIWaF2dczOD5XzYAjprXz1kE4F1HvlHxXcxUABK2FNSWZ
tCU43MvFMDxk2ev9a0j25CNEu079YUQ4I46JJ4McABgkHoxHxbZIaMB42LcTUFKi
nqwCVVe6K4Fk/N8tjwmNObm+euH0MWbPtpp/ud76FN8Cxjz0TIp858WhyHsDYvVa
wMF5eaaY812YETt8NOCp+9dXZQm8qRbkPHxbkN23iNWJLB6KEGn153MwsuhAjYXx
P8b5cxa4kK4N1HKEKLgzu/ZXqlTsYZFB/u5n2i9dU/VR+UXF0rBWa3kZmlVw9Phv
XaGiku3xSPQ9T6QVlpw/
=dduN
-----END PGP SIGNATURE-----