#!/bin/sh

# Copyright 2003, 2004 Vagrant Cascadian <vagrant@freegeek.org>.
# Licensed under the terms of the GNU General Public License,
# version 2 or any later version.

# $1 contains "$user@$server's password:"
Xdialog --stdout --password \
  --inputbox "$1"  \
  0 0 ""
