ansible init
This commit is contained in:
9
.ansible/templates/sshd_config
Normal file
9
.ansible/templates/sshd_config
Normal file
@ -0,0 +1,9 @@
|
||||
Port 65522
|
||||
PasswordAuthentication no
|
||||
ChallengeResponseAuthentication yes
|
||||
UsePAM yes
|
||||
X11Forwarding yes
|
||||
PrintMotd no
|
||||
AcceptEnv LANG LC_*
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
TrustedUserCAKeys /etc/ssh/trusted-user-ca-keys.pem
|
Reference in New Issue
Block a user