Git auth error message should not assume ~/.ssh/id_rsa #31

Closed
opened 2026-02-09 14:52:45 +00:00 by mik-tf · 0 comments
Owner

Current Behavior

When git authentication fails, the error message suggests checking ~/.ssh/id_rsa. Many users now use id_ed25519 or other key types.

Expected Behavior

The error message should be generic, e.g.:

  • "Check your git authentication (SSH key or token)"
  • Or detect which key files actually exist and mention those

Location

Search for the string id_rsa in the codebase to find the error message.

## Current Behavior When git authentication fails, the error message suggests checking `~/.ssh/id_rsa`. Many users now use `id_ed25519` or other key types. ## Expected Behavior The error message should be generic, e.g.: - "Check your git authentication (SSH key or token)" - Or detect which key files actually exist and mention those ## Location Search for the string `id_rsa` in the codebase to find the error message.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#31
No description provided.