From 558389eb12a0cc8204a6de07674cf5d9320f220e Mon Sep 17 00:00:00 2001 From: ahoemann Date: Tue, 1 Apr 2025 11:06:46 +0200 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a1b02d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# How to install + +## Via `wget` + +``` +wget https://git.adrianux.net/ahoemann/SSH-Public-Keys/raw/main/id_ed25519.pub ~/.ssh/authorized_keys +``` + +## Via `sh` + +echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys \ No newline at end of file