Add correct host key in /c/Users/user/.ssh/known_hosts to get rid of this messag e

Shell
$ ssh-keyscan -t rsa server_ip

copy the entire response line and add it key to the bottom of your ~/.ssh/known_hosts local file
Source

Also in Shell: