From 106d1c5a9160151fd7a3e67790cf3cdbbe70a64f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 19 Feb 2024 09:28:11 -0600 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index ad0e25e..921d614 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -335,7 +335,7 @@ SETUPSSH(){ echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}" else echo -e "${idsCL[Yellow]}Copying to Host ...${idsCL[Default]}" - ssh-copy-id root@${host_ip[$hostid]} + ssh-copy-id -f root@${host_ip[$hostid]} fi fi done