Skip to content

authnull0/agent-repo

Repository files navigation

agent-repo

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages