update to latest openssh

This commit is contained in:
USER
2023-09-27 20:30:09 +01:00
parent 6435f5e823
commit 22f20d7c46

View File

@ -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/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" $destination = "C:\Packages\OpenSSH-Win64.zip"
Invoke-WebRequest -Uri $source -OutFile $destination Invoke-WebRequest -Uri $source -OutFile $destination