in reply to Re^6: Net::SFTP::Foreign key_pathin thread Net::SFTP::Foreign key_path
That was it ... the names ... DUH! I was not providing the username
Changed
To
%args = ( "user" => $remuser, key_path => '/export/home/secbatch/.ssh/ +id_rsa' ); $sftp = Net::SFTP::Foreign->new( $remnode,%args, more => '-v', ); [download]
Thank you so much. Enjoy your weekend.