diff options
Diffstat (limited to 'private_dot_ssh/authorized_keys.tmpl')
-rw-r--r-- | private_dot_ssh/authorized_keys.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/private_dot_ssh/authorized_keys.tmpl b/private_dot_ssh/authorized_keys.tmpl new file mode 100644 index 0000000..b0a1bbe --- /dev/null +++ b/private_dot_ssh/authorized_keys.tmpl @@ -0,0 +1,5 @@ +{{- if ne .github.username "n/a" -}} +{{ range gitHubKeys .github.username -}} +{{ .Key }} +{{ end -}} +{{- end -}} |