Search found 1 match

by ramailango
Wed Mar 04, 2009 6:51 am
Forum: PHP - Code
Topic: RSA key error
Replies: 0
Views: 90

RSA key error

my php file is <?php $output=shell_exec("sh autorun.sh"); echo "$output"; ?> my shellscript autorun.sh is echo "enter" result=`ssh root@192.xxx.xxx.xxx ls` echo "$result" When i run the autorun.sh in command prompt, it display enter airhead airhead.tgz anacond...