Deploiement Cyberwatch Agent Unix : Différence entre versions
De Docaposte Cyberdéfense
| (7 révisions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
| + | <btn class="btn-primary"> | ||
| + | Déploiement_des_services_de_sécurité|Retour | ||
| + | </btn> | ||
| + | |||
| + | === <center><div style="color:#FFFFFF; background-color: #009EE0">'''Installation'''</div></center> === | ||
| + | |||
'''Pour ajouter des postes de travail Linux :''' | '''Pour ajouter des postes de travail Linux :''' | ||
| Ligne 31 : | Ligne 37 : | ||
"--proxy_enabled true" pour activer le mode proxy. | "--proxy_enabled true" pour activer le mode proxy. | ||
"--proxy_host PROXY_URL" où PROXY_URL est l'url de votre proxy au format "http://username:password@proxyip:port" | "--proxy_host PROXY_URL" où PROXY_URL est l'url de votre proxy au format "http://username:password@proxyip:port" | ||
| + | </pre> | ||
| + | |||
| + | === <center><div style="color:#FFFFFF; background-color: #009EE0">'''Vérification'''</div></center> === | ||
| + | |||
| + | === <center><div style="color:#FFFFFF; background-color: #009EE0">'''Déinstallation'''</div></center> === | ||
| + | |||
| + | Systèmes basés sur apt ( Ubuntu, Debian... ) | ||
| + | |||
| + | sudo apt remove cyberwatch-agent | ||
| + | |||
| + | Systèmes basés sur yum ( CentOs, RedHat... ) | ||
| + | |||
| + | sudo yum remove cyberwatch-agent | ||
Version actuelle datée du 23 février 2018 à 16:24
Installation
Installation
Pour ajouter des postes de travail Linux :
Sur Ubuntu et Debian, lancez cette commande sur chacun de vos ordinateurs :
# Cyberwatch Agent for APT systems # Add Cyberwatch PGP key and add repo to sources list wget --no-check-certificate -O- https://cyberwatch.docapost.fr/repos/keys/APT-CYBERWATCH-GPG-KEY | sudo apt-key add - && echo "deb http://cyberwatch.docapost.frrepos/apt/ any main" | sudo tee /etc/apt/sources.list.d/cyberwatch.list > /dev/null && # Update sources sudo apt-get update && # Install and register cyberwatch-agent sudo apt-get install -y cyberwatch-agent && sudo -u cyberwatch-agent cyberwatch-agent register --access-key-id 'HTOJlODb/o2imtkYH1QLbCkotzqvArbVEL2Ef81rug8=' --secret-access-key '986SrfTnTt4Kjp6bbeXUqm1OtDcAf0i050uweCzmoJNT+OB9jvSYq6p56kotGW9XMkrqJjTUCdzhe+MbPepqNg==' --api-url 'https://cyberwatch.docapost.fr/api/v2/' --allow_selfsigned true --category desktop
Sur CentOS et RedHat, lancez cette commande sur chacun de vos ordinateurs :
# Add Cyberwatch repo (PGP key will be automatically added) sudo curl https://cyberwatch.docapost.fr/repos/cyberwatch.repo -k -o /etc/yum.repos.d/cyberwatch.repo && # Install and register cyberwatch-agent sudo yum install -y cyberwatch-agent && sudo -u cyberwatch-agent cyberwatch-agent register --access-key-id 'HTOJlODb/o2imtkYH1QLbCkotzqvArbVEL2Ef81rug8=' --secret-access-key '986SrfTnTt4Kjp6bbeXUqm1OtDcAf0i050uweCzmoJNT+OB9jvSYq6p56kotGW9XMkrqJjTUCdzhe+MbPepqNg==' --api-url 'https://cyberwatch.docapost.fr/api/v2/' --allow_selfsigned true --category desktop
Vous utilisez un serveur Proxy ? Cliquez-ici pour configurer Cyberwatch. Ajoutez les options suivantes dans la ligne de commande d'installation :
"--proxy_enabled true" pour activer le mode proxy. "--proxy_host PROXY_URL" où PROXY_URL est l'url de votre proxy au format "http://username:password@proxyip:port"
Vérification
Vérification
Déinstallation
Déinstallation
Systèmes basés sur apt ( Ubuntu, Debian... )
sudo apt remove cyberwatch-agent
Systèmes basés sur yum ( CentOs, RedHat... )
sudo yum remove cyberwatch-agent
