While ssh deployment on circleci facing issue with public key load pubkey "/home/***********/.ssh/id_rsa": Permission denied Host key verification failed

I am using this command for ssh connection and copying file from local to remote server
ssh -o StrictHostKeyChecking=no $SSH_USERS@$SSH_HOSTS “rsync -avz . /opt/”