Perl guru's,
Looking for any examples of using the "stty -echo" command with the the
expect perl module. I'm trying to spawn an ssh session and use an encrypted
password from a flat file. The only problem is hiding the output from the
expect session. Is it possible to make the password hidden when the script
automatically prompts for the password? The encrypted file contains only
the password, and it continues to echo the encryped password on the line
following the spawned ssh session.
Thanks for any help....
Pheel