This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 541178a  Locking down the openssh version temporarily.
541178a is described below

commit 541178a5bc822a6875e513131d9d3a896239a80f
Author: Ernest Burghardt <eburgha...@pivotal.io>
AuthorDate: Wed Feb 21 10:52:43 2018 -0700

    Locking down the openssh version temporarily.
---
 packer/windows/install-ssh.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packer/windows/install-ssh.ps1 b/packer/windows/install-ssh.ps1
index 9faec8f..8cdfa18 100644
--- a/packer/windows/install-ssh.ps1
+++ b/packer/windows/install-ssh.ps1
@@ -18,6 +18,6 @@
 $ErrorActionPreference = "Stop"
 
 write-host "Installing OpenSSH"
-choco install openssh -params '"/SSHServerFeature"' -confirm
+choco install openssh -params '"/SSHServerFeature"' --version 0.0.24.0 -confirm
 
 schtasks.exe /Create /TN init-ssh /RU SYSTEM /SC ONSTART /TR "powershell.exe 
-File 'C:\Program Files\Amazon\Ec2ConfigService\Scripts\init-ssh.ps1'"

-- 
To stop receiving notification emails like this one, please contact
echobr...@apache.org.

Reply via email to