You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem is specific to MSI installation only.
Problem statement
If you install the V8.9 through MSI then ssh-agent doesn't have all the required privileges. This effects the FIDO / PKCS11 scenarios because the ssh-agent fails to create ssh-sk-helper.exe / ssh-pkcs11-helper.exe.
Work around
Please use zip payload for installation instead of MSI package.
Code snippets
Install-sshd.ps1 has the required privileges. Code here.
have the same issue as @shareefj , win64 msi does not set proper privileges and the agent is unable to work.. which command exactly should I use to fix it ?
can run the following in a command prompt or PowerShell: sc.exe privs ssh-agent SeAssignPrimaryTokenPrivilege/SeTcbPrivilege/SeBackupPrivilege/SeRestorePrivilege/SeImpersonatePrivilege
This problem is specific to MSI installation only.
Problem statement
If you install the V8.9 through MSI then ssh-agent doesn't have all the required privileges. This effects the FIDO / PKCS11 scenarios because the ssh-agent fails to create ssh-sk-helper.exe / ssh-pkcs11-helper.exe.
Work around
Please use zip payload for installation instead of MSI package.
Code snippets
Install-sshd.ps1 has the required privileges. Code here.
MSI is missing the required privileges. Code here
The text was updated successfully, but these errors were encountered: