update..
This commit is contained in:
parent
9a6acd6230
commit
1de82dd205
@ -37,7 +37,7 @@ sshd_max_auth_tries: 3
|
|||||||
|
|
||||||
sshd_max_sessions: 10
|
sshd_max_sessions: 10
|
||||||
|
|
||||||
sshd_permit_root_login: !!str "no"
|
sshd_permit_root_login: !!str "prohibit-password"
|
||||||
|
|
||||||
sshd_authorized_keys_file: ".ssh/authorized_keys .ssh/authorized_keys2"
|
sshd_authorized_keys_file: ".ssh/authorized_keys .ssh/authorized_keys2"
|
||||||
|
|
||||||
|
17
host_vars/cl104.sprachenatelier.netz.yml
Normal file
17
host_vars/cl104.sprachenatelier.netz.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
ansible_python_interpreter: /usr/bin/python3.5
|
||||||
|
|
||||||
|
# ==========
|
||||||
|
# vars used by roles/common/tasks/sshd.yml
|
||||||
|
# ==========
|
||||||
|
|
||||||
|
sshd_max_auth_tries: 6
|
||||||
|
|
||||||
|
sshd_permit_root_login: !!str "yes"
|
||||||
|
|
||||||
|
sshd_password_authentication: !!str "yes"
|
||||||
|
|
||||||
|
sshd_use_pam: !!str "no"
|
||||||
|
|
||||||
|
sshd_print_motd: !!str "yes"
|
Loading…
Reference in New Issue
Block a user