From aaa907e7af2d35888ee921d8afbbde0a13ec7339 Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 16:02:28 +0200 Subject: [PATCH] REDME.md aktualisiert --- REDME.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/REDME.md b/REDME.md index a7c8a16..4e81734 100644 --- a/REDME.md +++ b/REDME.md @@ -4,5 +4,15 @@ This repository serves as a central storage for my public SSH keys. They can be ## curl ```bash -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 +```bash +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 +``` + +# Set File Permissions +```bash +chmod 600 ~/.ssh/authorized_keys ``` \ No newline at end of file