This is an automated email from the ASF dual-hosted git repository.
jbarrett 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 8d0a31d Revert "Remove version specifier from install-ssh. Moving to
latest version for Windows, to see if that helps some of the instability."
8d0a31d is described below
commit 8d0a31d0c17b97cd11c0fae8970e7009b535680c
Author: Blake Bender <[email protected]>
AuthorDate: Wed Jul 11 14:03:01 2018 -0700
Revert "Remove version specifier from install-ssh. Moving to latest
version for Windows, to see if that helps some of the instability."
Co-authored-by: Mike Martell <[email protected]>
This reverts commit 07575871d7971322408129049f538531effe8fb1.
---
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'"