in reply to Re: Net:SSH from CGI Script
in thread Net:SSH from CGI Script

Yes I'm sorry. I am using Net:SSH:Expect. What information does the web server need and how can I fix it ? Thanks !

Replies are listed 'Best First'.
Re^3: Net:SSH from CGI Script
by Illuminatus (Curate) on Oct 02, 2009 at 12:47 UTC
    I think you are going to need to post a code snippet. If you want to find out if it is a permissions issue, You should be able to simply run su - <web-user-id> from root (assuming it is on *nix/Linux), and try your script from the command line again.