configpolicy/roles/sshd/defaults/main.yml

6 lines
147 B
YAML

sshd_permit_root_login: true
sshd_password_authentication: true
sshd_gssapi_authentication: true
sshd_x11_forwarding: true
sshd_config_matches: []