From 571fbadbb1e159de921842fbed44a7bb8d7a7680 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 14 Nov 2022 08:47:44 +0000 Subject: [PATCH] added mac studio key --- Martins-Studio.lan.id_ed25519.pub | 1 + get-this-key.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 Martins-Studio.lan.id_ed25519.pub create mode 100755 get-this-key.sh diff --git a/Martins-Studio.lan.id_ed25519.pub b/Martins-Studio.lan.id_ed25519.pub new file mode 100644 index 0000000..4790b7a --- /dev/null +++ b/Martins-Studio.lan.id_ed25519.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHt4V0lmQATJuTWv9xE0Nxk+I1sN1UMLs7hx+KKaxmuO martin@Martins-iMac.lan diff --git a/get-this-key.sh b/get-this-key.sh new file mode 100755 index 0000000..08ee7bd --- /dev/null +++ b/get-this-key.sh @@ -0,0 +1,3 @@ +THISHOST=$(hostname) + +cp $HOME/.ssh/id_ed25519.pub ./${THISHOST}.id_ed25519.pub