ssh_askpass: exec(None): No such file or directory

Bug #1316206 reported by Jure Sah
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
git-cola (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

After upgrading to Ubuntu 14.04, I can no longer fetch remote repositories over ssh, where a password is required.

I get the error:
ssh_askpass: exec(None): No such file or directory

The ssh-askpass package appears to be installed.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in git-cola (Ubuntu):
status: New → Confirmed
Revision history for this message
LexLythius (lexlythius) wrote :

Hint & workaround: starting git-cola from the console does not trigger this bug, since passwords are asked through the console.

Revision history for this message
LexLythius (lexlythius) wrote :

Another workaround: setting the SSH_ASKPASS environment variable in $HOME/.bashrc

    export SSH_ASKPASS=$(which ssh-askpass)

which of course requires ssh-askpass to have been installed.

This works for git-cola 2.0.5 source code, but not with trusty-distribute git-cola 1.9.3.

Revision history for this message
Jure Sah (dustwolfy) wrote :

Another workaround: Use public key ("passwordless") authentication on the SSH connection and thus avoid having to enter a password.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.