Closed TheRandomLabs closed 5 years ago
# Install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 # Install the OpenSSH Server Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 # Uninstall the OpenSSH Client Remove-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 # Uninstall the OpenSSH Server Remove-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
Reference
I would submit a pull request, but I'm not entirely certain exactly how this should be implemented. :)
Reference
I would submit a pull request, but I'm not entirely certain exactly how this should be implemented. :)