Skip to content

Troubleshooting

dh00mk3tu edited this page Aug 20, 2025 · 1 revision

Common Issues

Keys Not Showing

  • Check ~/.ssh/ directory permissions
  • Verify SSH tools are installed
  • Check console for error messages

Key Creation Fails

  • Verify email format
  • Check key type/size compatibility
  • Ensure sufficient disk space

Key Removal Fails

  • Verify filename is correct
  • Check file permissions
  • Ensure key is not in use

Status Not Updating

  • Verify SSH agent is running
  • Check SSH_AUTH_SOCK environment variable
  • Restart SSH agent if needed

Debug Mode

Enable debug mode in the application to see:

  • Raw key data from backend
  • Parsing results
  • Component state information
  • Error details

Clone this wiki locally