<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>vscode on Assistance &amp; Documentation — MSH-LSE</title><link>//support.pages.msh-lse.fr/tags/vscode/</link><description>Recent content in vscode on Assistance &amp; Documentation — MSH-LSE</description><generator>Hugo -- gohugo.io</generator><language>fr</language><lastBuildDate>Fri, 26 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="//support.pages.msh-lse.fr/tags/vscode/index.xml" rel="self" type="application/rss+xml"/><item><title>Générer une clé SSH sur Windows et l’utiliser avec VSCode</title><link>//support.pages.msh-lse.fr/docs/tutorials/priv%C3%A9/interne-msh-lse/hebergement/ssh_windows/</link><pubDate>Fri, 26 Sep 2025 00:00:00 +0000</pubDate><guid>//support.pages.msh-lse.fr/docs/tutorials/priv%C3%A9/interne-msh-lse/hebergement/ssh_windows/</guid><description>🛠 Étape 1 : Générer une clé SSH sur Windows Tu peux utiliser PowerShell ou Git Bash. Voici la méthode avec PowerShell (native sur Windows) :
Ouvre PowerShell en tant qu’administrateur.
Tape la commande suivante :
ssh-keygen -t ed25519 -C &amp;#34;ubuntu@10.22.99.99&amp;#34; Explications : -t ed25519 : algorithme moderne et sécurisé.
-C : commentaire pour identifier la clé.
Quand il te demande où enregistrer la clé :
Appuie sur Entrée pour accepter le chemin par défaut : $env:USERPROFILE\.</description></item></channel></rss>