k8s-mgmt-pod/docker/sshd/10-lfk-base.conf
Michael Trip 4dbcde381f
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
initial commit
2026-06-23 15:06:17 +02:00

16 lines
No EOL
406 B
Text

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