in reply to Re^2: Net::SSH::Perl trouble from withing PHP
in thread Net::SSH::Perl trouble from withing PHP

created a directory, /var/www/localhost/htdocs/switchdb/.ssh

Educated speculation: Try making the connection by hand (using ssh), then find and copy the line added to your ~/.ssh/known_hosts to /var/www/localhost/htdocs/switchdb/.ssh/known_hosts (creating the file if you need to), then point entity_files to that.

  • Comment on Re^3: Net::SSH::Perl trouble from withing PHP