tested db scripts on an actual server

This commit is contained in:
2019-10-30 00:06:36 -06:00
parent 2705f2dc94
commit c1a6e79ba8
4 changed files with 61 additions and 9 deletions

View File

@ -5,3 +5,5 @@ 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
exit 0