You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have install wazuh from docker and I wanna use agentless monitoring. After adding agentless config in ossec.conf, I found message in /var/ossec/logs/ossec.log :
2024/11/20 09:41:00 wazuh-agentlessd: INFO: Test passed for 'ssh_integrity_check_linux'.
2024/11/20 09:42:02 wazuh-agentlessd: ERROR: ssh_integrity_check_linux: <client_ip>: Opening connection: couldn't execute "ssh": no such file or directory.
should I manually install ssh in docker container?
The text was updated successfully, but these errors were encountered:
Our Wazuh manager image tries to have the least amount of dependencies to have less vulnerability points in our deployment with the basic services, but you can edit our Dockerfile to add the dependencies you need.
Inside the repository you will find the Wazuh manager Dockerfile in the path build-docker-images/wazuh-manager/Dockerfile, if you edit this file and add the dependency you need before running the image creation script, you can get your custom Wazuh manager image with all the dependencies you need.
I have install wazuh from docker and I wanna use agentless monitoring. After adding agentless config in ossec.conf, I found message in
/var/ossec/logs/ossec.log
:should I manually install ssh in docker container?
The text was updated successfully, but these errors were encountered: