Jump to content

eleanor

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

eleanor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 39        // Build the local command executed on this server.     40        $cmd = $this->ssh_cmd . ' -n -F '.$config_file.' -i '.$sshkey.' ';     41        $cmd .= $this->user.'@'.$this->host.' ''.$command.'' > /dev/null &';     42     43        exec($cmd);
  2. I was trying to get this tutorial to work: http://www.phpfreaks.com/tutorials/127/3.php but I keep getting this error: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/localhost/htdocs/ssh/phpfreakSSH.inc on line 41 What to do?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.