Run command on remote server via ssh Linux/Windows 05 October 2022 comments If you need to run a command or shell script on a remote server via ssh Syntax ssh <username>@<hostname> '<commands>' ssh command uses three mandatory input, username = username to Read more Run command on remote server via ssh