Setup Script - Specify SSH key

This commit is contained in:
Mike Reeves
2018-03-27 09:34:26 -04:00
parent 14cf88fdd7
commit 1d6ea51448

View File

@@ -114,7 +114,7 @@ copy_ssh_key() {
# Generate and copy SSH key
cat /dev/zero | ssh-keygen -f /root/so.key -t rsa -q -N ""
#Copy the key over to the master
ssh-copy-id -i /root/so.key socore@$MASTER
sudo ssh-copy-id -i /root/so.key socore@$MASTER
}
create_bond() {