From: Thanh Ha Date: Wed, 11 Jul 2018 21:14:15 +0000 (-0400) Subject: Install OpenSSH with the SSHAgentFeature X-Git-Tag: v0.1.0~19 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c3dc07761f9e8cfa0344727c1c1b5441d866444d;p=releng%2Fcommon-packer.git Install OpenSSH with the SSHAgentFeature The SSHAgentFeature provides the Windows service necessary to allow ssh-agent to work properly. Issue: RELENG-999 Change-Id: I6d5ba7f599dd20e1d2052854efcae66da11cedeb Signed-off-by: Thanh Ha --- diff --git a/provision/windows-builder.yaml b/provision/windows-builder.yaml index fd9e0f3..18cd60c 100644 --- a/provision/windows-builder.yaml +++ b/provision/windows-builder.yaml @@ -11,13 +11,18 @@ - cmake - curl - git - - openssh - python2 - python3 - vim - wget - zulu8 + - name: Install OpenSSH + win_chocolatey: + name: openssh + state: present + params: /SSHAgentFeature + - name: Install CMake win_chocolatey: name: cmake