in reply to Expect.pm and password

Well I would suggest a look at the Net::SCP module before you code in Expect. This might end up being a non-issue.

grep
grep> rm -f /bin/laden

Replies are listed 'Best First'.
Re: Re: Expect.pm and password
by perlknight (Pilgrim) on Feb 15, 2002 at 16:21 UTC
    Well, it's a nice module if you're already set up RSA keys so that you will login automatically. But in my case, I am not usring RSA keys to authenticate. So, is there a way to make expect print out blanks or "****" to screen while you sending it the password? Thanks in advance for your help.