From 22f20d7c460683181d4646b2c8836897257d67d2 Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 27 Sep 2023 20:30:09 +0100 Subject: [PATCH] update to latest openssh --- bin/Download.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Download.ps1 b/bin/Download.ps1 index 497a57e..88872b2 100755 --- a/bin/Download.ps1 +++ b/bin/Download.ps1 @@ -1,4 +1,5 @@ $source = "https://github.com/PowerShell/Win32-OpenSSH/releases/download/v8.9.1.0p1-Beta/OpenSSH-Win64.zip" +$source = "https://github.com/PowerShell/openssh-portable/archive/refs/tags/v9.2.2.0.zip" $destination = "C:\Packages\OpenSSH-Win64.zip" Invoke-WebRequest -Uri $source -OutFile $destination