Skip to content

Instantly share code, notes, and snippets.

@demofly
Created December 26, 2014 02:16
Show Gist options
  • Select an option

  • Save demofly/255b1248257edf147a90 to your computer and use it in GitHub Desktop.

Select an option

Save demofly/255b1248257edf147a90 to your computer and use it in GitHub Desktop.
OSSEC Debian wheezy setup
wget -O - http://ossec.alienvault.com/repos/apt/conf/ossec-key.gpg.key | apt-key add -
echo "deb http://ossec.alienvault.com/repos/apt/debian wheezy main" > /etc/apt/sources.list.d/ossec.list
apt-get update
apt-get install ossec-hids-agent ossec-hids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment