http://qs321.pair.com?node_id=1012830


in reply to Re: Net::SCP::Expect RSA Fingerprint Problem
in thread Net::SCP::Expect RSA Fingerprint Problem

Even Net::SCP::Expect has this option. This is how you pass this:
my $scp_exp = Net::SCP::Expect->new( host => $host, user => $user, password => $pass, timeout => undef, auto_yes => 1, recursive => 1, option => 'StrictHostKeyCheck +ing=no' );
Thanks for the Great Help. This worked like a charm!!