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 0757587 Remove version specifier from install-ssh. Moving to latest
version for Windows, to see if that helps some of the instability.
0757587 is described below
commit 07575871d7971322408129049f538531effe8fb1
Author: Blake Bender <[email protected]>
AuthorDate: Tue Jul 10 13:47:31 2018 -0700
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]>
---
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 8cdfa18..9faec8f 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"' --version 0.0.24.0 -confirm
+choco install openssh -params '"/SSHServerFeature"' -confirm
schtasks.exe /Create /TN init-ssh /RU SYSTEM /SC ONSTART /TR "powershell.exe
-File 'C:\Program Files\Amazon\Ec2ConfigService\Scripts\init-ssh.ps1'"