-
Notifications
You must be signed in to change notification settings - Fork 240
Windows Compatibility #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AnthyG-epias
wants to merge
25
commits into
saz:master
Choose a base branch
from
AnthyG-epias:windows-compatibility
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mple for setup on windows
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
saz
reviewed
Jun 30, 2025
Co-authored-by: Steffen Zieger <[email protected]>
Co-authored-by: Steffen Zieger <[email protected]>
Co-authored-by: Steffen Zieger <[email protected]>
…'s only used once Co-authored-by: Steffen Zieger <[email protected]>
…ource block"; proper indentation
@AnthyG-epias |
anything left to do, e.g. additional tests that should exist before approve? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
This Pull Request adds the required modifications to the module for it to be compatible with the Windows Capability ("Optional Feature")
OpenSSH.Server
.It adds a section to the
README.md
with an example on how to set it up on Windows.I decided to not add the additional installation and configuration steps to the module, because as I understand, the Windows Capability is not broadly available on every Windows Version. I believe it should be compatible with the chocolatey way of installation, but I have not tested this.
I had some problems with the windows specific permission / ownership system and I solved them by using the
puppetlabs-acl
puppet module, but looking at #225 it might not be necessary. But as it stands, it works, and I don't really want to invest more time unless I have more knowledge that can be easily applied. That is to say, I heartily welcome suggestions, tips, tricks, hints etc..I actually did not see #225 up until today (when I was basically finished with my changes), and as some changes do seem to match 1to1, I consider them changes that should be merged regardless of the rest of my proposed changes. E.g. that file ownership is configurable, and that the already configurable sshd binary path is used for config file validation.
I have successfully tested my proposed changes on multiple freshly provisioned machines running Windows Server 2022.
This Pull Request (PR) fixes the following issues
Fixes #225
Things left to do
REFERENCE.md