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