-
Notifications
You must be signed in to change notification settings - Fork 803
Closed
PowerShell/openssh-portable
#770Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
Include C:\ProgramData\ssh\includeFile does not work
Include /C:\ProgramData\ssh\includeFile works
Include includeFile works
Expected behavior
contents of include file are reflected in sshd configuration (SSHD -T)Actual behavior
contents of include file are not reflected in sshd configuration because file is not found. It is interpreted as a relative path so the progData path prefix is appended to the path, making it not findable.Error details
N/AEnvironment data
N/AVersion
9.8.1.0
Visuals
No response