added some un-tested scripts
db setup and password change auto ssh key gen
This commit is contained in:
7
ssh/ssh-setup.sh
Normal file
7
ssh/ssh-setup.sh
Normal file
@ -0,0 +1,7 @@
|
||||
# To be run on the server
|
||||
|
||||
ssh-keygen -t rsa -b 4096 -C "Auto-generated by Marshal" -N "" -f ~/.ssh/id_rsa
|
||||
|
||||
# start the ssh-agent in the background
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add ~/.ssh/id_rsa
|
Reference in New Issue
Block a user