I can't fetch fingerprint from my host.
I have hosting in Home.pl, and I trying to connect but I get `Unable to fetch fingerprints, check host SSH connection and try again`.
I don't have root permission to host, and I log in to via `ssh login@host`. How can I fetch fingerprint?
Community moderators have prevented the ability to post new answers.
Hi Damian,
Thanks for reaching out here.
If you have created an SSH key in your user home, you can retrieve the fingerprint using the command:
ssh-keygen -lf ~/.ssh/id_rsa.pub
Kind Regards,
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.