Post

Replies

Boosts

Views

Activity

Reply to SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
Didn't have any luck with other solutions and was blocked from working on a project that required a new version from an ssh private repo. Added the following to ~/.ssh/config to temporarily bypass host checking. Not great, but at least I can fetch things until it's fixed. Host github.com AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_ed25519 // Added these two lines: StrictHostKeyChecking no UserKnownHostsFile /dev/null
1w