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
Make sure you are able to repro it on the latest version
Search the existing issues.
Steps to reproduce
x86 MSI install fails because ssh-agent fails to start
current workaround: install via zip package and configure ssh-agent service with custom allow list: -P "/C:/Program Files/*".
fix: update ssh-agent default allowlist that requires both env:ProgramFiles and env:ProgramFilesX86 to exist
Expected behavior
ssh-agent service should start and install should succeed
Actual behavior
x86 MSI fails to install with error that `ssh-agent service failed to start` - see https://github.com/microsoft/winget-pkgs/pull/180001#issuecomment-2400842841
Error details
No response
Environment data
N/A
Version
v9.8.1.0
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
x86 MSI install fails because ssh-agent fails to start
current workaround: install via zip package and configure ssh-agent service with custom allow list:
-P "/C:/Program Files/*"
.fix: update ssh-agent default allowlist that requires both
env:ProgramFiles
andenv:ProgramFilesX86
to existExpected behavior
ssh-agent service should start and install should succeed
Actual behavior
x86 MSI fails to install with error that `ssh-agent service failed to start` - see https://github.com/microsoft/winget-pkgs/pull/180001#issuecomment-2400842841
Error details
No response
Environment data
N/A
Version
v9.8.1.0
Visuals
No response
The text was updated successfully, but these errors were encountered: