I want to run a script remotely. But the system doesn\'t recognize the path. It complains that \"no such file or directory\". Am I using it right?
ssh kev@se
You can do:
ssh user@host 'bash -s' < /path/script.sh