-
-
Notifications
You must be signed in to change notification settings - Fork 169
QTpass will not authenticate for git via ssh on Windows #590
Copy link
Copy link
Open
Labels
Description
Describe the bug
When push/pull via the windows gui, remote is using ssh protocol, qtPass show:
Permission denied, please try again.
Received disconnect from [server IP] port 10264:2: Too many authentication failures
Disconnected from [server IP] port 10264
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
This is similar error to what console git would return if entering passwords wrong too many time.
To Reproduce
Steps to reproduce the behavior:
- Set up git and ssh on an ubuntu server
- Set up git repo for existing password
- Set up QtPass and QtPass folder on windows machine
- Clone repo
git clone ssh://user@[server ip]:10264/path/to/repo
- Confirm QtPass see folder and password, decrypt passwords correctly
- Confirm git can push/pull via the command line:
git push
user@[server ip]'s password:
Everything up-to-date
- Try to use push/pull arrow on QtPass
- Receive error:
Permission denied, please try again.
Received disconnect from [server IP] port 10264:2: Too many authentication failures
Disconnected from [server IP] port 10264
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Desktop (please complete the following information):
- Windows 10
- QtPass
- git.exe
Server (please complete the following information):
- Ubuntu 20.04
- git
- pass
Additional context
Private server, not github or bitbucket
Reactions are currently unavailable