##
Sends a CLI command to host and returns output data
####
open (PRM, "-|", $NE_obj->cmd("ssh $activepilotrcs reboot ; tailer PRM"))
or die "Couldn't open filehandle : $!";
####
my $output = `(ssh $activepilotrcs reboot ; tailer PRM) |`;