@ -44,7 +44,7 @@ done
if [[ $guest ]]; then
determine_redir_port
rsync "${options[@]}" -e "ssh -g -p $sshRedirPort -o StrictHostKeyChecking=no" "${srcs[@]}" "$dest"
rsync "${options[@]}" -e "ssh -g -p $sshRedirPort $SSH_OPTS -o StrictHostKeyChecking=no" "${srcs[@]}" "$dest"
else
rsync "${options[@]}" "${srcs[@]}" "${dest[@]}"
fi