Run Local Script On Remote System via SSH

It's pretty simple.

ssh user@servernameorip 'bash -s' < your-local-script.sh
 
Back
Top Bottom