This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Description
Describe the bug
When a repository (on GitHub) is added in the repository URL with the correct SSH URL (git@github.com:{user}/{repository}.git) and authentication mode set to SSH key with the key added to the user's GitHub account, it still requests for a password on selecting synchronize repository.
The same setup when done on the Play Store version of the app(1.13.5), works as intended (i.e. connection is made with no request of password)
Steps to reproduce
Steps to reproduce the behavior:
- Go to Settings>repository>Edit Git server settings
- Enter correct SSH repository URL (private)
- Select SSH key authentication mode
- Add key to GitHub account
- Synchronize repository from three dots
- See prompt requesting for password
Expected behavior
Should just synchronize repository instead of ask for a password
Screenshots


Device information
- Device: OnePlus7T
- OS: Custom ROM Android 12
- App version: 2.0.0-SNAPSHOT (nonFree)
Additional context
No response