From 1202ca9c73ecf7741211804b9281847271d82f6f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 5 Jul 2018 15:41:42 -0400 Subject: [PATCH] Setup Script - force the copy-id --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 91729abe8..4b8711c97 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -137,7 +137,7 @@ copy_ssh_key() { cat /dev/zero | ssh-keygen -f ~/.ssh/so.key -t rsa -q -N "" chown -R $SUDO_USER:$SUDO_USER ~/.ssh #Copy the key over to the master - sudo ssh-copy-id -i ~/.ssh/so.key socore@$MSRV + sudo ssh-copy-id -f -i ~/.ssh/so.key socore@$MSRV }