11 lines
225 B
Django/Jinja
11 lines
225 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
Port {{ ssh_port }}
|
|
PermitRootLogin no
|
|
PasswordAuthentication no
|
|
AddressFamily inet
|
|
ChallengeResponseAuthentication no
|
|
AllowUsers {{ user }}
|
|
KbdInteractiveAuthentication no
|
|
UsePAM yes
|
|
X11Forwarding no |