From c05af403788928c4bd11908eedb0d26e3bbe033c Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 15:59:33 +0200 Subject: [PATCH] REDME.md aktualisiert --- REDME.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REDME.md b/REDME.md index 58165c0..602bf15 100644 --- a/REDME.md +++ b/REDME.md @@ -3,7 +3,7 @@ This repository serves as a central storage for my public SSH keys. They can be quickly and easily downloaded to new servers via `curl` or `wget` to set up passwordless SSH login. ## curl -´´´curl -s [https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys](https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys) >> ~/.ssh/authorized_keys´´´ +´´´curl -s https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys´´´ ## wget -´´´wget -qO- [https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys](https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys) >> ~/.ssh/authorized_keys´´´ \ No newline at end of file +´´´wget -qO- https://git.1337733.xyz/martin/sshconfig/raw/branch/main/authorized_keys >> ~/.ssh/authorized_keys´´´ \ No newline at end of file