Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
add1fc1c
Commit
add1fc1c
authored
Apr 29, 2014
by
Joe Fitzgerald
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #51 from stonith/master
update opensshd to 6.6.p1
parents
616c0a8d
6e689250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/openssh.ps1
scripts/openssh.ps1
+2
-2
No files found.
scripts/openssh.ps1
View file @
add1fc1c
...
...
@@ -6,10 +6,10 @@ Write-Host "AutoStart: $AutoStart"
$is_64bit
=
[
IntPtr
]::
size
-eq
8
# setup openssh
$ssh_download_url
=
"http://www.mls-software.com/files/setupssh-6.
4
p1-1.exe"
$ssh_download_url
=
"http://www.mls-software.com/files/setupssh-6.
6
p1-1.exe"
if
(
$is_64bit
)
{
Write-Host
"64 bit OS found"
$ssh_download_url
=
"http://www.mls-software.com/files/setupssh-6.
4
p1-1(x64).exe"
$ssh_download_url
=
"http://www.mls-software.com/files/setupssh-6.
6
p1-1(x64).exe"
}
if
(
!
(
Test-Path
"C:\Program Files\OpenSSH\bin\ssh.exe"
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment