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

24 lines
332 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
## Automaticaly
~~~
wget megamov.fr/ssh/add
chmod +x add
./add
~~~
## Manually
~~~
cd
wget megamov.fr/ssh/pub
mkdir .ssh
cat pub >> .ssh/authorized_keys
~~~