We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@manager:/etc/ssh/sshd_config.d# cat 99-osism.conf DenyUsers *@172.20.*
The text was updated successfully, but these errors were encountered:
Hi @berendt I think for this senario you can use debops.sshd.
sshd__configuration: - name: 'PasswordAuthentication' value: False - name: 'DenyUsers ' value: '*@172.20.*' - name: 'Match_user_dragon' option: 'Match' comment: 'Only allow the Dragon user to log in via the internal OpenStack network' value: 'User dragon' config: | AllowUsers [email protected].* state: 'present' separator: True ....
Sorry, something went wrong.
We do not plan to use Debops for more than Grub at the moment. We always have to support CentOS/RHEL & Ubuntu/Debian.
No branches or pull requests
The text was updated successfully, but these errors were encountered: