We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88ae8d commit bbb76f5Copy full SHA for bbb76f5
regress/pesterTests/CertAuth.Tests.ps1
@@ -70,7 +70,7 @@ Describe "E2E scenarios for certificate authentication" -Tags "CI" {
70
$pcOutFile = Join-Path $testDir "$tC.$tI.pcout.txt"
71
$logFile = Join-Path $testDir "$tC.$tI.log.txt"
72
Remove-Item -Force $pcOutFile -ErrorAction SilentlyContinue
73
- $sshdArgs = "-d -f $sshdconfig -E $logFile -o `"AuthorizedKeysFile .fake/authorized_keys`""
+ $sshdArgs = "-ddd -f $sshdconfig -E $logFile -o `"AuthorizedKeysFile .fake/authorized_keys`""
74
$sshdArgs += " -o `"AuthorizedPrincipalsCommand=$env:windir\system32\cmd.exe /c echo otheruser& echo $pkuser& whoami > $pcOutFile`""
75
$sshdArgs += " -o `"AuthorizedPrincipalsCommandUser=$ssouser`""
76
$sshdArgs += " -o PasswordAuthentication=no"
0 commit comments