18 lines
216 B
Plaintext
18 lines
216 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
Port {{ openssh_port }}
|
||
|
|
||
|
PermitRootLogin no
|
||
|
|
||
|
ChallengeResponseAuthentication no
|
||
|
|
||
|
UsePAM yes
|
||
|
|
||
|
X11Forwarding yes
|
||
|
|
||
|
PrintMotd no
|
||
|
|
||
|
AcceptEnv LANG LC_*
|
||
|
|
||
|
Subsystem sftp /usr/lib/openssh/sftp-server
|