From dd63b78d1d149b9ac96c838e60914a824fba0730 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Tue, 1 Apr 2025 11:07:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1b02d..dbdb8e0 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ wget https://git.adrianux.net/ahoemann/SSH-Public-Keys/raw/main/id_ed25519.pub ~ ## Via `sh` -echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys \ No newline at end of file +``` +echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVCvDendDNTvhCOYG2PP9mlaAZeTfOsWrmGDMMnod1+" >> ~/.ssh/authorized_keys +```