SSH Fingerprint Authenticity Issue

Resolve SSH Fingerprint Authenticity Issue:

Example

 

Linux:

 

Windows:

 

Step 1

Use suggested command: ssh-keygen -f "/home/user/.ssh/known_hosts" -R "serveripaddress".

Replace serveripaddress with VPS/server IP

Linux:

 

Windows:

Use: ssh-keygen -R serveripaddress 


Replace serveripaddress with VPS/server IP

 

Step 2

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

Was this answer helpful? 154 Users Found This Useful (766 Votes)