diff --git a/docs/docsite/rst/user_guide/windows_setup.rst b/docs/docsite/rst/user_guide/windows_setup.rst index fa9ec3d5d6a..367c97460ed 100644 --- a/docs/docsite/rst/user_guide/windows_setup.rst +++ b/docs/docsite/rst/user_guide/windows_setup.rst @@ -471,6 +471,10 @@ Ansible, select one of these three installation options: * Manually install the service, following the `install instructions `_ from Microsoft. +* Install the `openssh `_ package using Chocolatey:: + + choco install --package-parameters=/SSHServerFeature openssh + * Use ``win_chocolatey`` to install the service:: - name: install the Win32-OpenSSH service