From 916376af00545a2cea7d454cedb3aac60d58193d Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:15:29 -0700 Subject: [PATCH] Remove .ssh/id_25519.pub Add .ssh/id_ed25519.pub Change attributes of .ssh/id_ed25519 --- private_dot_ssh/id_25519.pub.tmpl | 1 - private_dot_ssh/id_ed25519.pub.tmpl | 1 + private_dot_ssh/{id_25519.tmpl => id_ed25519.tmpl} | 0 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 private_dot_ssh/id_25519.pub.tmpl create mode 100644 private_dot_ssh/id_ed25519.pub.tmpl rename private_dot_ssh/{id_25519.tmpl => id_ed25519.tmpl} (100%) diff --git a/private_dot_ssh/id_25519.pub.tmpl b/private_dot_ssh/id_25519.pub.tmpl deleted file mode 100644 index b93e74a..0000000 --- a/private_dot_ssh/id_25519.pub.tmpl +++ /dev/null @@ -1 +0,0 @@ -{{- bitwardenAttachment "id_25519.pub" "a551a692-b06a-49c0-9aa6-b16001875eed" -}} diff --git a/private_dot_ssh/id_ed25519.pub.tmpl b/private_dot_ssh/id_ed25519.pub.tmpl new file mode 100644 index 0000000..28a8dcc --- /dev/null +++ b/private_dot_ssh/id_ed25519.pub.tmpl @@ -0,0 +1 @@ +{{- bitwardenAttachment "id_ed25519.pub" "a551a692-b06a-49c0-9aa6-b16001875eed" -}} diff --git a/private_dot_ssh/id_25519.tmpl b/private_dot_ssh/id_ed25519.tmpl similarity index 100% rename from private_dot_ssh/id_25519.tmpl rename to private_dot_ssh/id_ed25519.tmpl