Resolve SSH Fingerprint Authenticity Issue:
Example
Linux:

Windows:

Step 1
Use suggested command: ssh-keygen -f "/home/user/.ssh/known_hosts" -R "serveripadsdress".
Replace serveripadsdress with VPS/server IP
Linux:

Windows:
Use: ssh-keygen -R serveripadsdress
Replace serveripadsdress with VPS/server IP

Step 2
Fingerprint will be reset from host PC and continue SSH normally.
