SyntaxFix
Write A Post
Hire A Developer
Questions
I was able to invoke a shell script using this command:
ssh ${serverhost} "./sh/checkScript.ksh"
Of course, checkScript.ksh must exist in the $HOME/sh directory.
checkScript.ksh
$HOME/sh