-
Notifications
You must be signed in to change notification settings - Fork 798
Closed
PowerShell/openssh-portable
#653Labels
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
Add Include directive to sshd_config where is a text file that is also in the programData\ssh folder.
Expected behavior
sshd includes the configuration option(s) specified in the included file
Actual behavior
sshd cannot find the file so the configuration option(s) are not set
Error details
debug2: __PROGRAMDATA__\\ssh/sshd_config line 9: new include __PROGRAMDATA__\\ssh/<filename>
debug2: __PROGRAMDATA__\\ssh/sshd_config line 9: no match for __PROGRAMDATA__/ssh/<filename>
Environment data
N/A
Version
any
Visuals
No response