Skip to content

Commit

Permalink
Merge pull request #112 from konstruktoid/ssh
Browse files Browse the repository at this point in the history
dont use AllowUsers by default
  • Loading branch information
konstruktoid committed Oct 10, 2023
2 parents 84b9e9a + d779624 commit 5343f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- name: Checkout konstruktoid.hardening
become: true
ansible.builtin.git:
repo: 'https://github.com/konstruktoid/ansible-role-hardening'
repo: https://github.com/konstruktoid/ansible-role-hardening
dest: /etc/ansible/roles/konstruktoid.hardening
version: master

Expand All @@ -30,10 +30,10 @@
block_blacklisted: false
install_aide: false
sshd_admin_net: "0.0.0.0/0"
sshd_allow_groups: "ubuntu vagrant"
sshd_allow_groups: ubuntu vagrant
sshd_allow_users: false
sshd_login_grace_time: 60
sshd_max_auth_tries: 10
sshd_use_dns: "no"
sshd_permit_root_login: "no"
suid_sgid_permissions: false
...

0 comments on commit 5343f33

Please sign in to comment.