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

deactivate keyphrase in ssh key generation documentation

parent 303d1186
No related branches found
No related tags found
No related merge requests found
......@@ -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, can be generated with `ssh-keygen -t [algorithm] -f [filename]`. For rsa, `-b 4096` is recommended
data: # At least one key pair MUST be added to successfully start the server, can be generated with `ssh-keygen -N "" -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