Powershell
- Checken
- Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
Name : OpenSSH.Client
(UTC)0.0.1.0
State : Installed
Name : OpenSSH.Server
State : NotPresent
- Installation
- Add-WindowsCapability -Online -Name OpenSSH.Server
Path :
Online : True
RestartNeeded : False
- Start
- Rebootfähig machen
- Set-Service -Name sshd -StartupType Automatic
Grafische Installation
- Einstellungen
- Apps
- Optinale Features verwalten
- Features hinzufügen
- Open-SSH Server installieren
Aktivieren
- Dienste
- OpenSSH SSH Server
- Starten und auf Starttyp Automatisch stellen
Links