How to connect Linux server with Applescript using iTerm or Terminal

applescriptitermterminal

I want to connect and run bash script on Linux server automatically by using Applescript and iTerm or Terminal on OS X.

How can I connect Linux server with Applescript use iTerm or Terminal?

Best Answer

Applescript

You can execute shell commands directly from Applescript

do shell script "ssh user@linuxbox command-to-run"

Automator

You can create a new workflow and insert the necessary shell commands into the "Execute shell script" action.