How to Install ssh-askpass in Ubuntu 18.04



Install ssh-askpass by entering the following commands in the terminal:

sudo apt update
sudo apt install ssh-askpass

Description:

under X, asks user for a passphrase for ssh-add

This is Jim Knoble's implementation of the ssh-askpass program, originally called x11-ssh-askpass upstream. It is built on low-level X11 libraries, and therefore has minimal dependencies. . Other ssh-askpass programs are available, some of which may integrate better into various desktop environments.

Homepage: http://www.jmknoble.net/software/x11-ssh-askpass/

Version: 1:1.2.4.1-10

Section: universe/net