password in SFTP::Foreign
Hi all,
Could someone explain to me, why using Expect to handle the password
authentication is not recommended, since it is sent using SSH tunnel
(encrypted)?
Re: password in SFTP::Foreign
On Aug 23, 10:48 am, Aji <newsg... [at] motorola.com> wrote:
> Hi all,
>
> Could someone explain to me, why using Expect to handle the password
> authentication is not recommended, since it is sent using SSH tunnel
> (encrypted)?
I always assumed that it was because the script you call Expect from
will have the cleartext password in it.
Keith