Files
marshal/ssh/ssh-setup.sh
mason 2705f2dc94 added some un-tested scripts
db setup and password change
auto ssh key gen
2019-10-29 02:10:00 -06:00

8 lines
191 B
Bash

# 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