From 2b3a3034cfe01c21e9fca645de71028c7a66b6b7 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Tue, 4 Jun 2024 19:09:55 +0200 Subject: [PATCH] Update .ssh/id_ed25519.pub Update .ssh/id_ed25519 Add id_ed25519 --- private_dot_ssh/id_ed25519.pub | 2 +- private_dot_ssh/private_id_ed25519.tmpl | 2 +- private_id_ed25519.tmpl | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 private_id_ed25519.tmpl diff --git a/private_dot_ssh/id_ed25519.pub b/private_dot_ssh/id_ed25519.pub index 81cf354..1cafe60 100644 --- a/private_dot_ssh/id_ed25519.pub +++ b/private_dot_ssh/id_ed25519.pub @@ -1 +1 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID13/MXp2ZEaJ32YNPF0XUlkZFacw/vtP+WmS3RF4DdN beisel@MBP-von-admin.localdomain +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJen1Rei7uJCdhx73usVLLTTuS3RnZmmsmpc5+Y+yEME beisel@IDEHENNB1108.localdomain diff --git a/private_dot_ssh/private_id_ed25519.tmpl b/private_dot_ssh/private_id_ed25519.tmpl index 13db86a..0e0216d 100644 --- a/private_dot_ssh/private_id_ed25519.tmpl +++ b/private_dot_ssh/private_id_ed25519.tmpl @@ -1 +1 @@ -{{ (bitwarden "item" "sshkey").notes }} +{{ (bitwarden "item" "sshkey").notes | b64dec }} diff --git a/private_id_ed25519.tmpl b/private_id_ed25519.tmpl new file mode 100644 index 0000000..0b949b1 --- /dev/null +++ b/private_id_ed25519.tmpl @@ -0,0 +1,2 @@ +{{ (bitwarden "item" "sshkey").notes | b64dec }} +