AustP / git-go

A drop down terminal and commonly used git commands available from the "get-go".
MIT License
3 stars 1 forks source link

Error: ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Permission denied, please try again. #8

Open karneaud opened 7 years ago

karneaud commented 7 years ago

Trying to use the console to push to a remote server using the username and pass method and kept running into the subject error

Error: ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory Permission denied, please try again.

I changed the settings to reflect the true path but still get the error

Is there anything else I should be aware of?

AustP commented 7 years ago

Are the file permissions setup properly in both local and remote servers?

chmod 700 /home/<user>/.ssh
chmod 644 /home/<user>/.ssh/authorized_keys
karneaud commented 7 years ago

Well it works when I use macOS terminal as opposed to git-go and it works....so I guess yes.