feat(role): Secure SSH config

This commit is contained in:
2022-06-12 00:15:27 +02:00
parent 3d856af8ea
commit 2e551bdd7c
13 changed files with 159 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
PubkeyAuthentication yes
PasswordAuthentication no
PermitEmptyPasswords no
UsePAM no
PermitRootLogin without-password
PrintMotd yes