====== openSSH ====== ---- ===== client openSSH ===== ==== Installation ==== === Par les menus === * Aller dans les paramètres Windows 10 * Applications et fonctionnalités * Fonctionnalités facultatives * Cliquer sur Ajouter une fonctionnalité * taper openSSH * Sélectionner openSSH et choisir Installer * Redémarrer l'ordinateur === En ligne de commande === * Lancer un powershell en mode administrateur * Vérifier la disponibilité Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' * Installer openssh Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 ==== Utilisation ==== Dans un powershell taper ssh. ---- [[all:bibles:windows:openssh|Haut de page]] ===== openSSH Serveur ===== ==== Installation ==== Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 [[https://docs.microsoft.com/fr-fr/windows-server/administration/openssh/openssh_install_firstuse|Source]] ---- [[all:bibles:windows:openssh|Haut de page]]