Skip to content
Snippets Groups Projects
Commit 8db91f9f authored by Andri Joos's avatar Andri Joos :blush:
Browse files

document key generation

parent fe480b2c
No related branches found
No related tags found
No related merge requests found
Pipeline #7777 passed with stage
in 19 seconds
......@@ -135,7 +135,7 @@ configs:
hostKeys:
name: ssh-host-keys # secret name
data: # At least one key pair MUST be added to successfully start the server
data: # At least one key pair MUST be added to successfully start the server, can be generated with `ssh-keygen -t [algorithm] -f [filename]`. For rsa, `-b 4096` is recommended
ssh_host_ecdsa_key: ''
ssh_host_ecdsa_key.pub: ''
ssh_host_ed25519_key: ''
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment