initial commit
This commit is contained in:
17
roles/common/templates/openssh/sshd_config.j2
Normal file
17
roles/common/templates/openssh/sshd_config.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
# {{ 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
|
||||
Reference in New Issue
Block a user