Skip to content

Commit

Permalink
Merge pull request joefitzgerald#269 from dglinder/patch-1
Browse files Browse the repository at this point in the history
Use HTTPS to reduce man-in-the-middle attack vector
  • Loading branch information
joefitzgerald authored Feb 13, 2019
2 parents 491018a + df08566 commit c87ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openssh.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Write-Output "AutoStart: $AutoStart"
$is_64bit = [IntPtr]::size -eq 8

# setup openssh
$ssh_download_url = "http://www.mls-software.com/files/setupssh-7.1p1-1.exe"
$ssh_download_url = "https://www.mls-software.com/files/setupssh-7.1p1-1.exe"

if (!(Test-Path "C:\Program Files\OpenSSH\bin\ssh.exe")) {
Write-Output "Downloading $ssh_download_url"
Expand Down

0 comments on commit c87ab55

Please sign in to comment.