Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Use HTTPS to reduce man-in-the-middle attack vector
Browse files Browse the repository at this point in the history
  • Loading branch information
dglinder committed Jul 18, 2018
1 parent c4a111f commit df08566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/openssh.ps1
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 df08566

Please sign in to comment.