hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.

Home Page:https://sparkleshare.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fingerprint when remote uses only ed25519 host keys?

MountainX opened this issue · comments

commented

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?

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)

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

Unclear what to do to fix this.