The sshdconfig resource modifies the default sshd_config file, unless a different file is provided under metadata, like:
- name: sshdconfig
type: Microsoft.OpenSSH.SSHD/sshd_config
metadata:
filepath: C:\path\to\non_default\sshd_config
Should the filepath be provided under properties, instead of metadata since, in a way, it directly impacts the resource behavior and is not just informative?
The sshdconfig resource modifies the default sshd_config file, unless a different file is provided under metadata, like:
Should the filepath be provided under
properties, instead ofmetadatasince, in a way, it directly impacts the resource behavior and is not just informative?