この Perl スクリプトを手動で実行すると、接続を確立できます。しかし、システムに実装すると、次のように表示されますauthenticity of the target host can't be established, the remote host public key is probably not present on the '~/.ssh/known_hosts' file
。
これについて助けとアドバイスが必要です。
my $host = "xxxs.com";
my $sftp = Net::SFTP::Foreign->new($host,user => 'xxx', password => 'xxx',
more => '-v',stderr_fh => $ssherr);