mirror of
https://github.com/quantum5/ssh.git
synced 2025-04-24 05:31:59 -04:00
Add basic README
This commit is contained in:
parent
47e9ad75e5
commit
c2bf4a114c
13
README.md
13
README.md
|
@ -1,2 +1,13 @@
|
||||||
# ssh
|
# ssh
|
||||||
Quantum's SSH keys
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue