[ale] Command name

Erik Mathis erik at mathists.com
Mon Oct 10 16:52:49 EDT 2011


#turn off local echo
stty -echo

#read in the pass
read <password>

#Turn on local echo
stty echo

-Erik-

On Mon, Oct 10, 2011 at 3:09 PM, Jim Kinney <jim.kinney at gmail.com> wrote:
> Looking for a command name. Google is not my friend
>
> Usage: <command> 'string'
> It echos string to any avail stdin. Really useful to toss a password into
> for a long series of logins.
> Scanning /usr/bin not helping.
>
> For I on $(seq 1 254) do
> <command> 'mypass' ssh me at host rpm -qa|grep foo
> Done
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
>


More information about the Ale mailing list