Run (multiple) commands on remote servers via ssh
Here’s a quick way to login to servers to run some commands which is particularly handy when you have to do it on many servers.. ssh user@server ‘command1;command2;’ Or to execute a remote command...