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


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

This is my Code:
my $scp_exp = Net::SCP::Expect->new( host => $host, user => $user, password => $pass, timeout => undef, auto_yes => 1 );
Still I am getting this error. Dont know what all is happening.