Initial commit
Well, here we are. New set of scripts that is meant to improve security of my machines by using an unique SSH key per host and not to carry them using .dotfile synchronisation. Might be even less secure than before if there are any flaw, that's why I kept this repository secret for now.
This commit is contained in:
commit
931a6ae2b3
5 changed files with 988 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
composer.phar
|
||||
/vendor/
|
||||
*.ser.db
|
||||
config.inc.php
|
||||
akey/
|
||||
*.log
|
||||
*.crt
|
Reference in a new issue