My SSH Public Keys + Script Bash
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.
 
 
ssh/README.md

30 lines
377 B

Introduction
============
This is the default repository for MeGaMoV Public SSH Keys
## Adding me on you server
Just getting the script from https://megamov.fr/ssh/add
---
### Automatically
~~~
wget megamov.fr/ssh/add
chmod +x add
./add
~~~
#### or
### Manually
~~~
cd
wget megamov.fr/ssh/pub
mkdir .ssh
cat pub >> .ssh/authorized_keys
~~~
---
#### Copyleft © MeGaMoV