init
This commit is contained in:
11
roles/sshd/files/sshd_config
Normal file
11
roles/sshd/files/sshd_config
Normal file
@ -0,0 +1,11 @@
|
||||
# Ansible managed
|
||||
|
||||
Include /etc/ssh/sshd_config.d/*.conf
|
||||
PermitRootLogin yes
|
||||
PasswordAuthentication 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