in reply to Re: Net::SCP::Expect RSA Fingerprint Problem
in thread Net::SCP::Expect RSA Fingerprint Problem
Thanks for the Great Help. This worked like a charm!!my $scp_exp = Net::SCP::Expect->new( host => $host, user => $user, password => $pass, timeout => undef, auto_yes => 1, recursive => 1, option => 'StrictHostKeyCheck +ing=no' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::SCP::Expect RSA Fingerprint Problem
by space_monk (Chaplain) on Jan 11, 2013 at 09:35 UTC | |
|
Re^3: Net::SCP::Expect RSA Fingerprint Problem
by Anonymous Monk on Jun 26, 2015 at 06:41 UTC |