Help for this page
my %ssh_options = ( StrictHostKeyChecking => "no" ... ); my $sftp = Net::SFTP->new($host, %args)
my %args = ( username => $user, ... debug => 1, ssh_args => (options => { StrictHostKeyChecking => "no"} ) );