05 Apr SSH: Run Bash Script on Remote Server by kayals in Linux, Shell Srcipt, System AdministrationComments ssh USER@HOST 'bash -s' < SCRIPT $ ssh skayal@192.168.1.15 'bash -s' < script.sh ... Read More