Skip to content

Commit

Permalink
Merge pull request #2147 from Wasapl/master
Browse files Browse the repository at this point in the history
Fix typo in add_ssh_known_hosts.ps1
  • Loading branch information
FeodorFitsner authored Mar 13, 2018
2 parents 17b9bb9 + 9c37b7f commit 5de7328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enterprise/add_ssh_known_hosts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ $BitBucketIPs | ForEach-Object {
$contents += "bitbucket.org,$_ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAubiN81eDcafrgMeLzaFPsw2kNvEcqTKl/VqLat/MaB33pZy0y3rJZtnqwR2qOOvbwKZYKiEO1O6VqNEBxKvJJelCq0dTXWT5pbO2gDXC6h6QDXCaHo6pOHGPUy+YBaGQRGuSusMEASYiWunYN0vCAI8QaXnWMXNMdFP3jHAJH0eDsoiGnLPBlBp4TNm6rYI74nMzgz3B9IikW4WVK+dc8KZJZWYjAuORU3jc1c/NPskD2ASinf8v3xnfXeukU0sJ5N6m5E8VLjObPEO+mN2t/FZTMZLiFqPWc/ALSqnMnnhwrNi2rbfg/rd/IpL8Le3pSBne8+seeFVBoGqzHM9yXw=="
}

$knownhostfile = Join-Path $sshPath "known_hostsasdf"
$knownhostfile = Join-Path $sshPath "known_hosts"
[IO.File]::WriteAllLines($knownhostfile, $contents)

Write-Host "Known hosts configured" -ForegroundColor Green

0 comments on commit 5de7328

Please sign in to comment.