nixos-servers/services/ca/templates/ssh/known_hosts.tpl

5 lines
207 B
Smarty
Raw Normal View History

2024-11-30 13:27:58 +00:00
@cert-authority * {{.Step.SSH.HostKey.Type}} {{.Step.SSH.HostKey.Marshal | toString | b64enc}}
{{- range .Step.SSH.HostFederatedKeys}}
@cert-authority * {{.Type}} {{.Marshal | toString | b64enc}}
{{- end }}