docs(windows_setup): +choco install openssh (#68408)

Also show most basic way of installing OpenSSH via Chocolatey
This commit is contained in:
Simon Legner 2020-03-25 19:53:54 +01:00 committed by GitHub
parent ddef49bb7f
commit 969e209a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -471,6 +471,10 @@ Ansible, select one of these three installation options:
* Manually install the service, following the `install instructions <https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH>`_
from Microsoft.
* Install the `openssh <https://chocolatey.org/packages/openssh>`_ package using Chocolatey::
choco install --package-parameters=/SSHServerFeature openssh
* Use ``win_chocolatey`` to install the service::
- name: install the Win32-OpenSSH service