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