#! /usr/bin/ksh # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # prompt=$(echo $1 | sed s/_/__/g) ICON=/usr/share/pixmaps/blueprint-keyring.png exec /usr/bin/zenity --entry --title "ssh-askpass" \ --text="$prompt" --hide-text --window-icon=$ICON