I have a PHP web page that calls a perl script that uses Net::SSH:
erl to make a remote ssh connection and then run a command. I then display the result of the command in my PHP web page.
The problem is I am not getting the output from the script.
When I tracked this down, I found that the ssh->login command is actually terminating the script at that point with no indication of why or with any error codes.
Does anyone have any experience with this that might shed some light on this situation?
Thanks.
The problem is I am not getting the output from the script.
When I tracked this down, I found that the ssh->login command is actually terminating the script at that point with no indication of why or with any error codes.
Does anyone have any experience with this that might shed some light on this situation?
Thanks.