We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc904b commit 60f1874Copy full SHA for 60f1874
1 file changed
prepare-vms/azure/packer/openssh.ps1
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'
3
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
4
5
Write-Output "Downloading OpenSSH"
6
-Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.7.2.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
+Invoke-WebRequest "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.0.0p1-Beta/OpenSSH-Win64.zip" -OutFile OpenSSH-Win64.zip -UseBasicParsing
7
8
Write-Output "Expanding OpenSSH"
9
Expand-Archive OpenSSH-Win64.zip C:\
0 commit comments