I looked in the man page for ssh, but I am still clueless. When you connect to the remote host using ssh it shows something like this:
ssh user@10.11.12.13
The authenticity of host '10.11.12.13 (10.11.12.13)' can't be established.
ECDSA key fingerprint is SHA256:CwrcHjdd9349u38rj392fr9j389rj3298rj23.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
As I understand:
- Yes - connect and write the fingerprint in the known hosts file
- No - do not connect (it shows "Host key verification failed.")
What is that 3rd option [fingerprint]?