parent
6d9b512e8e
commit
e48d3ae705
@ -1,9 +1,33 @@ |
|||||||
Introduction ============ This is the default repository for MeGaMoV Public SSH Keys |
Introduction |
||||||
|
============ |
||||||
|
|
||||||
|
This is the default repository for MeGaMoV Public SSH Keys |
||||||
|
|
||||||
## Adding me on your server |
## Adding me on your server |
||||||
|
|
||||||
### Automatically |
### Automatically |
||||||
~~~ wget https://megamov.fr/ssh/add chmod +x add ./add ~~~ |
|
||||||
> **Note:** You can choose one of the public keys from this repo by calling the script like this : ~~~ ./add rsa0520 ~~~ |
~~~ |
||||||
|
wget https://megamov.fr/ssh/add |
||||||
|
chmod +x add |
||||||
|
./add |
||||||
|
~~~ |
||||||
|
|
||||||
|
> **Note:** You can choose one of the public keys from this repo by calling the script like this : |
||||||
|
> ~~~ |
||||||
|
> ./add rsa0520 |
||||||
|
> ~~~ |
||||||
|
|
||||||
#### or |
#### or |
||||||
|
|
||||||
### Manually |
### Manually |
||||||
~~~ cd wget https://megamov.fr/ssh/pub mkdir .ssh cat pub >> .ssh/authorized_keys ~~~ --- |
|
||||||
|
~~~ |
||||||
|
cd |
||||||
|
wget https://megamov.fr/ssh/pub |
||||||
|
mkdir .ssh |
||||||
|
cat pub >> .ssh/authorized_keys |
||||||
|
~~~ |
||||||
|
--- |
||||||
|
|
||||||
#### Copyleft © MeGaMoV |
#### Copyleft © MeGaMoV |
||||||
|
|||||||
Loading…
Reference in new issue