#!/bin/sh

# Copyright 2003 under the terms of the GNU General Public
# License, version 2 or any later version. vagrant@freegeek.org

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