mirror of
https://github.com/quantum5/ssh.git
synced 2025-04-24 13:41:58 -04:00
14 lines
277 B
Markdown
14 lines
277 B
Markdown
# ssh
|
|
|
|
This repository contains a list of SSH keys belonging to [Quantum][quantum].
|
|
|
|
It is used to power https://ssh.qt.ax. You can easily install my ssh keys
|
|
with:
|
|
|
|
```bash
|
|
mkdir -p ~/.ssh
|
|
curl https://ssh.qt.ax >> ~/.ssh/authorized_keys
|
|
```
|
|
|
|
[quantum]: https://quantum5.ca
|