Diz:
Chave incorreta para IP em /home/alireza/.ssh/known_hosts:10
Então, por algum motivo, você precisa excluir a linha 10-th em known_hosts.
Execute este comando para excluir a 10ª linha em known_hosts:
sed -i '10d' ~/.ssh/known_hosts
Ou use ssh-keygen
ssh-keygen -R git.mywebsite.ir
Citação do homem
-R hostname Removes all keys belonging to hostname from a known_hosts file. This option is useful to delete hashed hosts (see the -H option above).