$ssh->system('argcount', 'a;b;c'); #### $ssh->system('ls', \'/home/jsmith/*.png'); #### $ssh->system('ssh', $host, $ssh->shell_quote($cmd, @args));