Line 1: |
Line 1: |
| {{Languages|Rkhunter}} | | {{Languages|Rkhunter}} |
− | =Rkhunter SSH for SME7=
| |
| | | |
| + | =Rkhunter= |
| + | {{ #smeversion: smeserver-rkhunter}} |
| === Maintainer === | | === Maintainer === |
| [http://smeserver.pialasse.com/ Unnilennium aka Jean-Philippe PIALASSE] (Contrib) | | [http://smeserver.pialasse.com/ Unnilennium aka Jean-Philippe PIALASSE] (Contrib) |
Line 14: |
Line 15: |
| === Installation === | | === Installation === |
| | | |
| + | <tabs container><tab name="For SME 10"> |
| + | /usr/bin/yum install smeserver-rkhunter --enablerepo=smecontribs |
| + | </tab> |
| + | <tab name="For SME 9"> |
| # Log in (with username root) to the SMEserver console. | | # Log in (with username root) to the SMEserver console. |
− | # Install smeserver-Rkhunter<pre>/usr/bin/yum install smeserver-rkhunter --enablerepo=smecontribs</pre> You will get a y/N-question, answer y if it looks fine. There is no need to reboot the server. | + | # Install smeserver-Rkhunter<pre>/usr/bin/yum install smeserver-rkhunter --enablerepo=smecontribs</pre> You will get a y/N-question, answer y if it looks fine. There is no need to reboot the server. Note: for SME10, you need to add the epel repository to get the latest rkhunter:<pre>/usr/bin/yum install smeserver-rkhunter --enablerepo=smecontribs,epel</pre> |
| + | |
| # you should then issue: | | # you should then issue: |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
− | | + | </tab> |
| + | </tabs> |
| | | |
| Alternatively you can use the server-manager panel "Software installer" to add a new package and select smeserver-Rkhunter (repo smecontribs must be enabled) then do the reconfiguration and reboot task, instead of steps 1 and 2, then refresh your browser and configure Rkhunter,. | | Alternatively you can use the server-manager panel "Software installer" to add a new package and select smeserver-Rkhunter (repo smecontribs must be enabled) then do the reconfiguration and reboot task, instead of steps 1 and 2, then refresh your browser and configure Rkhunter,. |
− |
| |
| | | |
| === Editing configuration === | | === Editing configuration === |
Line 46: |
Line 52: |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
| ====DIAG_SCAN==== | | ====DIAG_SCAN==== |
− | DIAG_SCAN= no - perform normal report scan (default)
| + | default is blank |
− | yes - perform detailed report scan
| + | * no - perform normal report scan (default) |
− | (includes application check)
| + | * yes - perform detailed report scan (includes application check) |
| + | |
| config setprop rkhunter DIAG_SCAN yes | | config setprop rkhunter DIAG_SCAN yes |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
| + | |
| ====mailWarn==== | | ====mailWarn==== |
| recipient to send a mail in case of warning. Default is empty. | | recipient to send a mail in case of warning. Default is empty. |
Line 60: |
Line 68: |
| config setprop rkhunter status disabled | | config setprop rkhunter status disabled |
| signal-event remoteaccess-update | | signal-event remoteaccess-update |
| + | |
| + | ====updateMirrors===== |
| + | |
| + | This configuration was removed for SME10 version >= 6 as the issue has been resolved in the rkhunter code. |
| + | |
| + | <del>enabled or disabled (default is empty for disabled. |
| + | As per issue CVE-2017-7480 you should keep this as disabled !</del> |
| | | |
| === Uninstall === | | === Uninstall === |
Line 71: |
Line 86: |
| | | |
| === Check installed version === | | === Check installed version === |
− | yum info installed smeserver-Rkhunter | + | yum info installed smeserver-rkhunter |
| + | |
| + | === Bugs=== |
| + | Please raise bugs under the SME Contribs section in {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-rkhunter|title=bugzilla}}. |
| + | |
| + | |
| + | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-rkhunter|noresultsmessage="No open bugs found."}} |
| + | |
| + | ===Changelog=== |
| + | Only released version in smecontrib are listed here. |
| + | |
| + | {{ #smechangelog: smeserver-rkhunter}} |
| + | |
| ---- | | ---- |
| | | |