hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.87k stars 579 forks source link

fingerprint when remote uses only ed25519 host keys? #1940

Open MountainX opened 4 years ago

MountainX commented 4 years ago

The wiki page for invites describes how to get a host key's fingerprint for RSA keys. I have a host that uses ed25519 host keys.

Here is an example:

ssh-keygen -lf /etc/ssh/ssh_host_ed25519_key.pub
256 SHA256:i9H58b/SS7UtqTgOEZLbrUDUIse37pR0GpYMV4rqz30 root@host (ED25519)

Will an ed25519 key work? If so, what part of the above output goes in the <fingerprint> tags of an invite? Would it be bytes=12-54 or bytes=5-54?

hillierdani commented 1 year ago

As of June 20 2023 bitbucket stops using rsa keys => sparkleshare exists silently. Deleting the respository makes sparkleshare run, but fingerprint does not match. Mac OS Big Sur and Ventura. Latest SparkleShare (3.28)

monperrus commented 3 months ago

getting error message "host fingerprint doesn't match" (UI) and "Auth | Fingerprint doesn't match" (console)

Unclear what to do to fix this.