Created
December 26, 2014 02:16
-
-
Save demofly/255b1248257edf147a90 to your computer and use it in GitHub Desktop.
OSSEC Debian wheezy setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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