docs(windows_setup): +choco install openssh (#68408)
Also show most basic way of installing OpenSSH via Chocolatey
This commit is contained in:
parent
ddef49bb7f
commit
969e209a48
1 changed files with 4 additions and 0 deletions
|
@ -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>`_
|
* Manually install the service, following the `install instructions <https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH>`_
|
||||||
from Microsoft.
|
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::
|
* Use ``win_chocolatey`` to install the service::
|
||||||
|
|
||||||
- name: install the Win32-OpenSSH service
|
- name: install the Win32-OpenSSH service
|
||||||
|
|
Loading…
Reference in a new issue