initial commit
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
This commit is contained in:
commit
4dbcde381f
20 changed files with 1151 additions and 0 deletions
16
docker/sshd/10-lfk-base.conf
Normal file
16
docker/sshd/10-lfk-base.conf
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue