From 95489906e160ed78d25ffe665a46f674ffc8264a Mon Sep 17 00:00:00 2001 From: Alen Date: Thu, 14 Sep 2023 01:08:16 +0400 Subject: Add basic .ssh/config and .ssh/authorized_keys --- private_dot_ssh/authorized_keys.tmpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 private_dot_ssh/authorized_keys.tmpl (limited to 'private_dot_ssh/authorized_keys.tmpl') 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 -}} -- cgit 1.4.1-2-gfad0