-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 2014-07-26 22:09, luc.linux@mailoo.org wrote:
In a totally unrelated matter, do you know how to make a remote program launch local scripts through ssh ?
You may use ssh -R to open a remote socket forwarding packets to your host and then send commands through it:
ssh my.server.com -t -R 7777:localhost:7777 -- ...
Here is how I did it, with newsbeuter in a tmux: http://tim.siosm.fr/blog/2014/02/16/first-rust-prog-and-rss-reader-update/
- -- Timothée Ravier