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
Hi team,
We are facing an issue where the sshd service cannot be restarted after a user, other than the built-in administrator, gains write access to the log folder located under ProgramData\ssh.
Steps to Reproduce:
Navigate to the ProgramData\ssh folder.
A user (not the built-in administrator) attempts to gain write access to the log folder by clicking on it and selecting "Continue" to gain access.
Attempt to restart the sshd service.
Expected Result: The sshd service should restart successfully.
Actual Result: The sshd service fails to restart, even though the sshd executable works correctly.
Additional Information:
This issue is easily reproducible as any user can gain write access to the log folder by simply clicking on it and selecting "Continue".
Expected behavior
Can restart sshd service
Actual behavior
Restart-Service : Failed to start service 'OpenSSH SSH Server (sshd)'.
Error details
Restart-Service : Failed to start service 'OpenSSH SSH Server (sshd)'.At line:1 char:1+ Restart-Service sshd+ ~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Restart-Service] , ServiceCommandException + FullyQualifiedErrorId : StartServiceFailed,Microsoft.PowerShell.Commands.RestartServiceCommand
Prerequisites
Steps to reproduce
Hi team,
We are facing an issue where the sshd service cannot be restarted after a user, other than the built-in administrator, gains write access to the log folder located under ProgramData\ssh.
Steps to Reproduce:
Navigate to the ProgramData\ssh folder.
A user (not the built-in administrator) attempts to gain write access to the log folder by clicking on it and selecting "Continue" to gain access.
Attempt to restart the sshd service.
Expected Result: The sshd service should restart successfully.
Actual Result: The sshd service fails to restart, even though the sshd executable works correctly.
Additional Information:
This issue is easily reproducible as any user can gain write access to the log folder by simply clicking on it and selecting "Continue".
Expected behavior
Can restart sshd service
Actual behavior
Restart-Service : Failed to start service 'OpenSSH SSH Server (sshd)'.
Error details
Environment data
Version
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
Visuals
No response
The text was updated successfully, but these errors were encountered: