Installing Endpoint Agent
Run this command to download the installation script for endpoint agent
sudo curl -L -o download_agent.sh https://github.com/authnull0/agent-repo/raw/refs/heads/main/download_agent.sh
Make the script executale
sudo chmod +x download_agent.sh
Run the script
sudo ./download_agent.sh
Installing PAM
Run this command to download the installation script for pam agent
sudo curl -L -o install_pam.sh https://github.com/authnull0/agent-repo/raw/refs/heads/main/install_pam.sh
Make the script executale
sudo chmod +x install_pam.sh
Run the script
sudo ./install_pam.sh
Installing SSP Agent
Run this command to download the installation script for ssp agent
sudo curl -L -o install_ssp_agent.sh https://github.com/authnull0/agent-repo/raw/refs/heads/main/install_ssp_agent.sh
Make the script executale
sudo chmod +x install_ssp_agent.sh
Run the script
sudo ./install_ssp_agent.sh