<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.grohub.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Grohub wiki - infrastructure:securite:ssh</title>
        <description>Boite à outils</description>
        <link>https://wiki.grohub.org/</link>
        <lastBuildDate>Sat, 02 May 2026 22:10:25 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.grohub.org/_media/wiki/logo.png</url>
            <title>Grohub wiki</title>
            <link>https://wiki.grohub.org/</link>
        </image>
        <item>
            <title>home</title>
            <link>https://wiki.grohub.org/infrastructure/securite/ssh/home?rev=1602330479&amp;do=diff</link>
            <description>SSH

securite ssh

Pages


	* Client SSH
	* Serveur SSH</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:47:59 +0000</pubDate>
        </item>
        <item>
            <title>ssh-client</title>
            <link>https://wiki.grohub.org/infrastructure/securite/ssh/ssh-client?rev=1602330479&amp;do=diff</link>
            <description>Client SSH

securite ssh

Génération des clés

générer une clé RSA :


ssh-keygen -o -t rsa -b 4096 -a 100 -f ~/.ssh/nom_rsa


l’option -a 100 spécifie le nombre d’itérations de l’algorithme de dérivation de clé qui protège la clé privée avec la passphrase utilisée. Cela protège la clé privée contre le brute-force de la passphrase. Mais attention, plus ce nombre est grand, plus le déchiffrement de la clé est ralenti. Un bon compromis est 100 en nombre d’itérations. On utilise l’argument -o afin …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:47:59 +0000</pubDate>
        </item>
        <item>
            <title>ssh-server</title>
            <link>https://wiki.grohub.org/infrastructure/securite/ssh/ssh-server?rev=1602330480&amp;do=diff</link>
            <description>Serveur SSH

securite ssh systeme

Configuration du serveur

Editez le fichier de configuration :


sudo nano /etc/ssh/sshd_config


Port par défaut

Le port par défaut est le port 22, mais il est possible de le changer (par exemple pour limiter les attaques en “brute force</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 10 Oct 2020 11:48:00 +0000</pubDate>
        </item>
    </channel>
</rss>
