Quantcast
Channel: SSH – SudoAll.com
Viewing all articles
Browse latest Browse all 14

Run a local script on remote machine with parameters

$
0
0

So you have a script on the local machine and you want to run it remotely and pass arguments to it :


ssh user@remote 'cat | bash /dev/stdin param1 param2 .. paramN' < /usr/scripts/localscript.sh

😉 nJoy

 


Viewing all articles
Browse latest Browse all 14

Trending Articles