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