8 lines
192 B
Text
8 lines
192 B
Text
# {{ ansible_managed }}
|
|
|
|
# Port
|
|
Port {{ ssh_server_port }}
|
|
|
|
# Auth
|
|
PermitRootLogin {{ ssh_server_auth_permit_root_login }}
|
|
PasswordAuthentication {{ ssh_server_auth_password_authentication }}
|