in reply to Re: Net::SSH::Perl and getting User from config
in thread Net::SSH::Perl and getting User from config

Thanks all for the replies/pointers...

The answer was much simpler... the "Host" section in my .ssh/config file had extra whitespace in the name so it didn't match... After I trimmed the whitespace, this is working as expected with no further edits to my script...

  • Comment on Re^2: Net::SSH::Perl and getting User from config