Topic: Installation of ssh-askpass
For reference: I use emacs to edit files stored in a bazaar versioned repository. When opening a versioned file, emacs typically (under Ubuntu previously) prompts for the password to connect to the repository. Under #!, there is no such prompt, because no "ssh-askpass" package is installed by default. This can be solved by:
sudo apt-get install ssh-askpass