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.
2 parents 68250e4 + 33a20fe commit eda851eCopy full SHA for eda851e
contrib/win32/openssh/install-sshlsa.ps1
@@ -1,4 +1,4 @@
1
-copy .\ssh-lsa.dll $env:windir\system32
+Copy-Item -Path $PSScriptRoot\ssh-lsa.dll -Destination "$env:windir\system32"
2
$subkey = 'SYSTEM\CurrentControlSet\Control\Lsa'
3
$value = 'Authentication Packages'
4
$reg = [Microsoft.Win32.RegistryKey]::OpenBaseKey('LocalMachine', 0)
0 commit comments