arduino yun code execute ssh command

i want exec command ssh with code arduino yun (SKetch)
if anyone has ever tried?

thanks

ssh is just another program. From the sketch you can use Process.runShellCommand("ssh user@hostname 'echo 1'")