I have to run a local shell script (windows/Linux) on a remote machine.
I have SSH configured on both machine A and B. My script is on machine A which will run some o
Try running ssh user@remote sh ./script.unx.
ssh user@remote sh ./script.unx