Example #1
0
 /**
  * Execute a SSH command
  *
  * @param string $cmd The SSH command
  *
  * @return string The output
  */
 protected function exec($cmd)
 {
     return $this->con->exec($cmd);
 }