Files
sshconfig/REDME.md
T
2026-05-08 16:01:19 +02:00

8 lines
402 B
Markdown

# 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
```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
```