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:How To Enable TLS 1.3/1.2 in ApacheWordPress SQL Commands- create database, username with privilegesError during SSL Handshake with remote server Tags: Bash Script,Linux,SSH