From 077b10c622933c9d8717a851a00bab465157da84 Mon Sep 17 00:00:00 2001 From: martin <1+martin@noreply.localhost> Date: Fri, 8 May 2026 15:59:13 +0200 Subject: [PATCH] =?UTF-8?q?REDME.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- REDME.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 REDME.md diff --git a/REDME.md b/REDME.md new file mode 100644 index 0000000..58165c0 --- /dev/null +++ b/REDME.md @@ -0,0 +1,9 @@ +# Public SSH Keys + +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´´´ + +## 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