commit 077b10c622933c9d8717a851a00bab465157da84 Author: martin <1+martin@noreply.localhost> Date: Fri May 8 15:59:13 2026 +0200 REDME.md hinzugefügt 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