Skip to content
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

Allow User to add additonal systemd options to instances #374

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

C24-AK
Copy link
Contributor

@C24-AK C24-AK commented Feb 13, 2024

I want to use additional service options, when I create a ssh instance.
Right now it is restricted to only the given service options which are defined in the template.
To enable this feature I adjusted the template.

Example config:

ssh-test:
options:
sshd_additional_service_options:
IPAccounting: 'yes'
IPAddressDeny: 'any'
IPAddressAllow:
- "1.2.3.4/24"
- "5.6.7.8/24"

@saz saz merged commit 5c46b89 into saz:master Mar 27, 2024
28 checks passed
@C24-AK C24-AK deleted the feature/use_additional_service_options branch April 15, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants