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 Related posts:Linux users and groups the complete guide (for any distro!)Can’t log into phpMyAdmin: mysqli_real_connect(): (HY000/1698): Access denied for user ‘root’@’local...Copying files from Docker container to host Tags: Bash Script,Linux,SSH