From 969e209a48a826072bb7337872b6815d2c068fbf Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 25 Mar 2020 19:53:54 +0100 Subject: [PATCH] docs(windows_setup): +choco install openssh (#68408) Also show most basic way of installing OpenSSH via Chocolatey --- docs/docsite/rst/user_guide/windows_setup.rst | 4 ++++ 1 file changed, 4 insertions(+) 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