Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:How do the botnets know it's OpenBSD? (Score 1) 327

How would the botnet know they are attacking an OpenBSD box (vs Linux or something else)?

The remote side identifies the version of OpenSSH, which will also often include the platform it's on:


[dave@supernova ~]$ ssh -v hostname 2>&1 | grep version
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-2
debug1: Local version string SSH-2.0-OpenSSH_5.1

Slashdot Top Deals

If all else fails, lower your standards.

Working...