initial commit
This commit is contained in:
13
roles/system-setup/templates/sshd_config.j2
Executable file
13
roles/system-setup/templates/sshd_config.j2
Executable file
@@ -0,0 +1,13 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
PermitRootLogin no
|
||||
PasswordAuthentication no
|
||||
PubkeyAuthentication yes
|
||||
AllowUsers admin
|
||||
|
||||
ClientAliveInterval 300
|
||||
ClientAliveCountMax 2
|
||||
|
||||
Protocol 2
|
||||
|
||||
X11Forwarding no
|
||||
Reference in New Issue
Block a user