summarylogtreecommitdiffstats
path: root/ossec-hids-server.install
blob: b28bacafbecbd45b9df24a6a0d787d4be176968a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install(){
 cat <<INFO

To complete the installation process, edit the configuration file

    sudo nano /var/lib/ossec-hids/etc/ossec.conf

Then, start the server

    sudo systemctl start ossec-server.target

Make sure that port 1514/UDP is reachable by agents
INFO
}