my $channel = $ssh->channel(); $channel->execute("show account"); my $output;
$channel->read($output,1028); print "output:\n $output\n";