Documentation for SSH key type configuration

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-04-19 19:17:42 -06:00
parent 7046c6dc8c
commit a164498aa5
2 changed files with 34 additions and 0 deletions

View File

@@ -108,6 +108,15 @@ data from other structures.
- Mount: {{ $export.Mount }}
{{- end }}
### SSH
{{- if gt (len .Ssh.KeyTypes) 0 }}
- Key types:
{{- range $index, $keyType := .Ssh.KeyTypes }}
- {{ $keyType }}
{{- end }}
- First key type: {{ index .Ssh.KeyTypes 0 }}
{{- end }}
### Warewulf