FreeBSD Port for ShellHub Agent.
Clone the FreeBSD Ports Collection repository to your local system:
git clone https://github.com/shellhub-io/ports.gitChange into the directory containing the ShellHub Port:
cd portsBuild and install ShellHub using the make command:
make install cleanConfigure the required variables in /etc/rc.conf to start the agent:
# ShellHub Agent configuration.
shellhub_enable="YES"
shellhub_server_address="https://cloud.shellhub.io/"
shellhub_tenant_id="00000000-0000-4000-0000-000000000000"
Note
The shellhub_server_address and shellhub_tenant_id are placeholder values and should be changed to your
desirable instance and the equivalent Tenant ID.
Start the service:
service shellhub startFor further configuration and usage instructions, refer to the documentation.
For information about contributing to FreeBSD ports, please see the Porter's Handbook.
