REDME.md hinzugefügt

This commit is contained in:
2026-05-08 15:59:13 +02:00
commit 077b10c622
+9
View File
@@ -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´´´