#!/bin/sh
SSH_ASKPASS=/usr/bin/ksshaskpass.bin
export SSH_ASKPASS
exec ssh-add
