Post

Replies

Boosts

Views

Activity

Comment on SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
How can we verify which fingerprint type Xcode is looking for for our particular SCM provider? I check with ssh -v user@scm-provider-hostname that the host key presented there: debug1: Server host key: ssh-ed25519 SHA256:… and then checked my ~/.ssh/known_hosts for that host and removed any host key except that one: scm-provider-hostname ssh-ed25519 … Restarted Xcode but it still doesn't work.
Feb ’26
Comment on SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
Important: remember to revert this once Apple releases a fix, or you'll be in for some new confusing SSH host key issues once your SCM provider actually changes their host key, as your ssh client normally (running as a non-root user) won't be able to modify the system ssh_known_hosts file.
Replies
Boosts
Views
Activity
Feb ’26
Comment on SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
How can we verify which fingerprint type Xcode is looking for for our particular SCM provider? I check with ssh -v user@scm-provider-hostname that the host key presented there: debug1: Server host key: ssh-ed25519 SHA256:… and then checked my ~/.ssh/known_hosts for that host and removed any host key except that one: scm-provider-hostname ssh-ed25519 … Restarted Xcode but it still doesn't work.
Replies
Boosts
Views
Activity
Feb ’26