mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
chore(ssh): switch default preset from bsi recommendations to our own
This commit is contained in:
parent
265036be47
commit
7dc00eb18d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
ssh_config_file: "/etc/ssh/sshd_config"
|
||||
|
||||
ssh_preset: "{{ ssh_bsi_recommended_presets }}"
|
||||
ssh_preset: "{{ ssh_secure_presets }}"
|
||||
ssh_loglevel: "VERBOSE"
|
||||
ssh_address_family: "any"
|
||||
|
||||
|
|
Loading…
Reference in a new issue