# WindowMakerGraphical ssh-askpass HOWTO
# Initial version Aki Sat Jul 10 18:40:18 EDT 2004
OpenSSH has a nice feature to simplify entering your passphrase using a graphical dialog box. The dialog box comes up as soon as the X server starts. Here's how to configure it.
export SSH_ASKPASS=/usr/local/bin/gtk2-ssh-askpass
# Start the window manager: #exec /usr/bin/wmaker $NOCPP eval `ssh-agent` cat /dev/null | ssh-add exec /usr/bin/wmaker $NOCPP