Line 1: |
Line 1: |
− | == Diskusage for SME Server == | + | {{Languages|Crontab_Manager}} |
| + | =Denyhosts SSH pour SME7= |
| | | |
− | === Maintainer === | + | ==Mainteneur== |
| [http://smeserver.pialasse.com/ Unnilennium aka Jean-Philippe PIALASSE] (Contrib) | | [http://smeserver.pialasse.com/ Unnilennium aka Jean-Philippe PIALASSE] (Contrib) |
| | | |
− | === Description ===
| + | ==Description== |
| | | |
− | * Denyhosts bans hosts which failed too many login attempts to your ssh deamon. | + | * Denyhosts banni les hôtes qui tentent de se connecter sans permission en ssh sur votre serveur. |
− | * It contains also a panel in the server manager to see who is blocked, add some allowed hosts not to block and enable or disable the service. | + | * Il possède une interface intégrée au server-manager afin de voir la liste des hôtes bannis, ajouter des hôtes à ne jamais bannir, et lancer ou suspendre le service. |
| | | |
| | | |
− | it needs the packages smeserver-denyhosts and denyhosts
| + | ==Installation== |
| | | |
− | === Installation ===
| + | 1. Se connecter en console en tant que root. |
| | | |
− | 1. Log in (with username root) to the SMEserver console.
| + | 2. Installer smeserver-denyhosts |
− | | |
− | 2. Install smeserver-denyhosts | |
| | | |
| yum install smeserver-denyhosts --enablerepo=smecontribs | | yum install smeserver-denyhosts --enablerepo=smecontribs |
| | | |
− | You will get a y/N-question, answer y if it looks fine.
| + | Vous aurez une question y/N, répondez y si tout vous semble bon. |
− | | |
− | 3. Instructions at the end of previous installation advices the following commands:
| |
− | <br><code>signal-event post-upgrade and signal-event reboot</code>
| |
− | <br>but you can skip that for the moment.
| |
| | | |
− | 4. Open your webbrowser and go to the server-manager.
| + | 3. A la find e l'installation on vous demandera de faire un : |
− | <br>Under "Security" there should be a new line named "SSH Denyhosts". | + | <br><code>signal-event post-upgrade;signal-event reboot</code> |
| + | <br> vous pouvez l'ignorer en exécutant. |
| + | /etc/e-smith/events/actions/navigation-conf |
| | | |
− | You should go to it and configure all necessary allowed host before enabling the service
| + | 4. Ouvrez votre navigateur web et rendez vous sur le server-manager. |
| + | <br>Sous "Securité" ou "Security" il doit y avoir une entrée "SSH Denyhosts". |
| | | |
− | 5. to finish you should do
| + | Rendez vous y et configurez les hôtes à ne pas bannir avant de lancer le service. |
| | | |
− | signal-event post-upgrade and signal-event reboot
| |
| | | |
− | or you might avoid it, unless it is NOT RECOMMENDED by doing this:
| |
| | | |
− | signal-event conf-denyhosts
| + | Alternativement vous pouvez installer grace au server-manager sous l'onglet "Mise à jour logicielle". Le dépôt smecontribs doit être sélectionné dans la configuration. Sélectionnez smeserver-denyhosts dans l'ajout de nouveau paquets. Reconfigurez et redémarrez à la fin. Puis rendez vous dans "SSH Denyhosts" dans le server manager après l'avoir rafraichit afin de rajoute rles hôtes à ne pas bannir et lancer le service. |
| | | |
| + | ==Désinstallation== |
| | | |
− | Alternatively you can use the server-manager panel "Software installer" to add a new package and select smeserver-denyhosts, instead of steps 1 to 3, then refresh your browser and configure denyhosts, before doing the post-upgrade and reboot job in the panel "Reboot or shutdown"
| + | yum remove smeserver-denyhosts denyhosts |
| | | |
| + | ou alternativement supprimez smeserver-denyhosts '''et''' denyhosts depuis le panel "Mise à jour logicielle". |
| | | |
− | === Uninstall === | + | ==Utilisation== |
− | yum remove smeserver-denyhosts denyhosts
| |
| | | |
− | or alternatively just remove them from the server-manager "Software installer"
| + | Vous pouvez accéder à l'interface de SSH denyhosts dans le server-manager. |
| | | |
− | === Additional information === | + | ==Informations additionnelles== |
| | | |
− | you can change the destination email account, instead of the default admin account, for this contribs using :
| + | Pour changer l'adresse destinataire des messages en cas d'ajout d'hôte vous pouvez faire (par défaut admin@localhost) : |
| | | |
| config setprop denyhosts AdminEmail youremail@yourdomaine.tld | | config setprop denyhosts AdminEmail youremail@yourdomaine.tld |
| signal-event conf-denyhosts | | signal-event conf-denyhosts |
| | | |
| + | === Vérifier la version installée === |
| + | yum info installed smeserver-denyhosts |
| | | |
− | === Check installed version ===
| |
− | yum info installed smeserver-denyhosts
| |
| ---- | | ---- |
− | | + | [[Category: Contrib/fr]] |
− | [[Category: Contrib]] | + | [[Category: Administration/fr]] |
− | [[Category: Administration]] | |