Basic plugin for telnet/SSH?

Is there any way to create a basic plugin that sends a telnet or SSH command to remote system easily? The purpose in my case would to be for use in various trigger/schedule/scene.

lopaka

From luup code:

You can call:
os.execute(“ssh user@Some.Ip.Add.ress command”)

See also this topic.