Skip to content

Update generateConfig.sh

Mike Stewart requested to merge (removed):patch-1 into master

Added an option for the generator script to copy ssh keys and initiate the first OS backup when ran manually with the -c option.

ie: generateConfig.sh -d 1.1.1.1 -c

-c will use ssh-copy-id to copy the ssh key to the remote host (it will ask for password) and also initiate the OS backup once the key is copied.

Merge request reports