diff --git a/so-setup-network.sh b/so-setup-network.sh index 4fa804762..a4c9aa558 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -112,9 +112,9 @@ configure_sensor_pillar() { copy_ssh_key() { # Generate and copy SSH key - cat /dev/zero | ssh-keygen -t rsa -q -N "" + cat /dev/zero | ssh-keygen -f /root/so.key -t rsa -q -N "" #Copy the key over to the master - ssh-copy-id socore@$MASTER + ssh-copy-id -i /root/so.key socore@$MASTER } create_bond() {