Closed GoogleCodeExporter closed 9 years ago
The pipe command is usually interpreted by the shell. But you are not invoking
any shell. You can either call "/bin/sh -c" and pass it your command line
(making sure you get all the quoting right), or you can write a small helper
script. The latter is likely going to be much easier and more maintainable.
Original comment by zod...@gmail.com
on 21 Dec 2010 at 10:11
My goal is much simple - to enable to autlogin users to their servers from a
single machine with Shell in a box. Does "SHELLINABOX_ARGS=" -f
http://webhost/Views/js/ShellInABox.js -s /18:::/var/www:'sshpass -p password
ssh user@192.168.1.1 | tee /var/www/termlog/test' " really work?
Original comment by foranyc...@gmail.com
on 26 Sep 2014 at 11:23
Original issue reported on code.google.com by
kdmcve...@gmail.com
on 21 Dec 2010 at 9:53