You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
465 B
33 lines
465 B
Introduction
|
|
============
|
|
|
|
This is the default repository for MeGaMoV Public SSH Keys
|
|
|
|
## Adding me on your server
|
|
|
|
### 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
|
|
> ~~~
|
|
|
|
#### or
|
|
|
|
### Manually
|
|
|
|
~~~
|
|
cd
|
|
wget https://megamov.fr/ssh/pub
|
|
mkdir .ssh
|
|
cat pub >> .ssh/authorized_keys
|
|
~~~
|
|
---
|
|
|
|
#### Copyleft © MeGaMoV
|
|
|