created role for bootstrapping a Linode VPS via API or a LAN homeserver

This commit is contained in:
2026-05-26 16:04:41 -04:00
parent c3e1f95350
commit ba5aa5e8d4
16 changed files with 782 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
PermitEmptyPasswords no
PasswordAuthentication no
PubkeyAuthentication yes
KbdInteractiveAuthentication no # enable if implementing TOTP 2FA
UsePAM yes
PrintMotd yes
Banner /etc/banner

View File

@@ -0,0 +1 @@
PermitRootLogin no

View File

@@ -0,0 +1,2 @@
ClientAliveInterval 900
ClientAliveCountMax 3