HN user

pert

141 karma
Posts9
Comments50
View on HN
[dead] 17 years ago

Not according to the subject of their post:

OpenSSH <= 5.2 zero day exploit code

I got burned about 10 years ago by 'samba' not doing what I thought I'd told it to. I used the 'bind interfaces only' configuration directive, which I thought would prevent it from opening any ports on my Internet interface. I was wrong.

Unfortunately I also had no idea about the concept of security patches and, to this day, I still have no idea how I should have gone about getting security updates for Slackware (I switched to Debian and never looked back). The result was some script kiddie got root and started to use my box to start scanning for more vulnerable samba installations to break.

My response was to unplug all of the network cables and have a poke around to see what he'd been up to. I took a full backup of the box and then re-installed it from scratch as I couldn't trust it.

I learned that you should always look at what ports you have open (`netstat -lpn` is my favourite command for this) and that there are some times when a firewall might be of use (I'm not a fan of firewalls on anything other than gateway boxes).

I'd say the the single most important thing that you've mentioned there is 'logcheck'. If you can remove all of the login spam (by moving ssh to a non-default port for example), then watching your logs becomes a reasonable task and will alert you to any specifically targeted attacks.

"If I have to change it every XX days, I tend to pick very easy to remember passwords, and just change a digit at the end of it every time. As a result of this password "enhancement" system, I think I personally have much weaker passwords."

Assuming that "XX days" === 'less than 100 days', I totally agree.

We use a six month password cycle at work, and I think that's reasonable as it only takes me a few days to remember a password that I use tens of times a day. If it's a password that I use less frequently or a change is mandated more frequently, then I would do the same as Bruce and use something more obvious or only make small changes to the password each time.

BSD For Linux Users 17 years ago

This may be a good introduction to BSD (I don't know BSD at all so can't comment on that side much), but it certainly isn't representative of modern Linux kernels and distributions.

"Last modified: $Date: 2005/04/15 06:38:18 $" explains a lot.

If you're looking to configure mail from your slicehost and you do go with the Google Apps option (that's what I use), you might like to have a look at this guide to getting sSMTP working with Google:

http://wiki.debian.org/sSMTP

I can't recommend sSMTP enough to anyone that doesn't want to maintain a mail server. All UNIX systems should be able to send mail and this is very much still the case on modern Linux systems, but this is often overlooked.

I don't think that a hosting company that monitors their servers deserves this much credit. I have a few co-located boxes for personal projects and, even though the services they run aren't that critical, I still monitor them using Nagios. It's not hard and it should be something that every systems administrator sets up as a matter of course.

I do, however, agree that 20 minutes down-time for a hardware failure is impressive. I wonder if they just yanked the disks from one box and jammed them in a spare?

No Reboot Required 17 years ago

I am a Linux sysadmin for a large company and I can say, without any hesitation, that we would love this! In our case, there aren't _that_ many systems that "absolutely cannot be rebooted" but scheduling a reboot on any system does take significant time and effort.

Why don't you think that the Linux vendors won't support this? I can see it taking some time to be introduced, but there'll be a lot of corporate customers out there who would be interested in this and, as long as the process of generating a new patch doesn't take too long, I can't see any reason why this process can't be used by the commercial Linux vendors.

The problem for most ISPs, in the UK at least, is not the last mile but actually the last hundred miles. We have one Telecom monopoly: BT and one cable monopoly Virgin Media.

I agree with you that costs to Virgin Media should be quite low, as they own all of their infrastructure and most of it has been in place for 20 years or more.

The problem for the ADSL ISPs in the UK is BT. There are some IPSs which have installed their own equipment in BT's telephone exchanges and hence only pay BT for use of the 'last mile', but most of the ISPs in this country have to pay BT for not only the 'last mile', but also for the hundred or so miles before that. BT charges the ISPs based on how much bandwidth they consume, so for the majority of Internet users in the UK, the amount of bandwidth they consume is an important cost to their ISP.

Hack && Ship 17 years ago

I wasn't particularly interested in the article, but do love the title!