2023-08-29 11:14:23 +02:00
|
|
|
# Port
|
2023-08-31 11:52:00 +02:00
|
|
|
Port {{ sshd_port }}
|
2023-08-29 11:14:23 +02:00
|
|
|
|
|
|
|
# Auth
|
2023-08-31 11:52:00 +02:00
|
|
|
PermitRootLogin {{ sshd_auth_permit_root_login }}
|
|
|
|
PasswordAuthentication {{ sshd_auth_password_authentication }}
|