initial commit
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s

This commit is contained in:
Michael Trip 2026-06-23 15:06:17 +02:00
commit 4dbcde381f
20 changed files with 1151 additions and 0 deletions

View file

@ -0,0 +1,16 @@
Port 22
Protocol 2
PermitRootLogin no
PubkeyAuthentication yes
HostKey /var/lib/k8s-mgmt-pod/ssh_host_rsa_key
HostKey /var/lib/k8s-mgmt-pod/ssh_host_ecdsa_key
HostKey /var/lib/k8s-mgmt-pod/ssh_host_ed25519_key
AuthorizedKeysFile .ssh/authorized_keys
UsePAM yes
X11Forwarding no
AllowTcpForwarding no
AllowAgentForwarding no
PermitEmptyPasswords no
PrintMotd no
ClientAliveInterval 300
ClientAliveCountMax 2